Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1603)

Issue 16206002: Add more support for FreeBSD (Closed)

Created:
7 years, 6 months ago by George Liaskos
Modified:
7 years, 3 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, erikwright+watch_chromium.org, jam, jshin+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add more support for FreeBSD BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=224546

Patch Set 1 #

Total comments: 1

Patch Set 2 : Do not disable the sandbox under BSD #

Total comments: 1

Patch Set 3 : Rebase #

Patch Set 4 : Apply reviewer's recommendation on l10n_util.cc #

Patch Set 5 : Use os_posix and exclude other platforms as needed #

Total comments: 1

Patch Set 6 : Remove unneeded OS_NACL checks #

Patch Set 7 : Add back missed OS_LINUX exclusion #

Patch Set 8 : Rebase #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -30 lines) Patch
M AUTHORS View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M base/sys_byteorder.h View 4 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_notification_types.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/process_singleton.h View 1 2 3 4 5 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/pepper/ppb_pdf_impl.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/browser_main_loop.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/plugin_service_impl.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/vector_platform_device_skia.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/vector_platform_device_skia.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/leveldatabase/env_chromium.cc View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 1 comment Download
M tools/clang/scripts/plugin_flags.sh View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/l10n/l10n_util.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 31 (0 generated)
George Liaskos
7 years, 6 months ago (2013-05-29 20:20:25 UTC) #1
Paweł Hajdan Jr.
Thanks for the patch! https://codereview.chromium.org/16206002/diff/1/content/browser/browser_main_loop.cc File content/browser/browser_main_loop.cc (right): https://codereview.chromium.org/16206002/diff/1/content/browser/browser_main_loop.cc#newcode112 content/browser/browser_main_loop.cc:112: !defined(OS_BSD) Could you explain why? ...
7 years, 6 months ago (2013-05-29 21:19:26 UTC) #2
George Liaskos
On 2013/05/29 21:19:26, Paweł Hajdan Jr. wrote: > Thanks for the patch! > > https://codereview.chromium.org/16206002/diff/1/content/browser/browser_main_loop.cc ...
7 years, 6 months ago (2013-05-29 21:57:46 UTC) #3
Paweł Hajdan Jr.
LGTM - you'll need some more OWNERS approvals, let's see...
7 years, 6 months ago (2013-05-29 22:16:25 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/Geo.Liaskos@gmail.com/16206002/5001
7 years, 6 months ago (2013-05-29 22:16:39 UTC) #5
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=5754
7 years, 6 months ago (2013-05-29 22:26:58 UTC) #6
Paweł Hajdan Jr.
Please review (OWNERS): Darin: webkit, third_party, chrome, content, base Nico: ui, skia Just OS_BSD #ifdefs ...
7 years, 6 months ago (2013-05-30 17:29:51 UTC) #7
Nico
all the os_openbsd -> os_bsd changes are fine. i'm kinda not feeling the os_linux -> ...
7 years, 6 months ago (2013-05-30 17:37:35 UTC) #8
George Liaskos
Please let me know if i should change something to get this committed.
7 years, 6 months ago (2013-05-31 18:32:03 UTC) #9
Paweł Hajdan Jr.
On 2013/05/31 18:32:03, George Liaskos wrote: > Please let me know if i should change ...
7 years, 6 months ago (2013-06-19 23:13:35 UTC) #10
George Liaskos
Sorry for the late response On 2013/05/30 17:37:35, Nico wrote: > all the os_openbsd -> ...
7 years, 6 months ago (2013-06-23 11:23:58 UTC) #11
Paweł Hajdan Jr.
On 2013/06/23 11:23:58, George Liaskos wrote: > Sorry for the late response > > On ...
7 years, 4 months ago (2013-07-31 20:59:48 UTC) #12
George Liaskos
On 2013/07/31 20:59:48, Paweł Hajdan Jr. wrote: > On 2013/06/23 11:23:58, George Liaskos wrote: > ...
7 years, 4 months ago (2013-08-01 20:55:19 UTC) #13
Paweł Hajdan Jr.
On 2013/08/01 20:55:19, George Liaskos wrote: > > George, could you update this patch taking ...
7 years, 4 months ago (2013-08-02 18:21:39 UTC) #14
George Liaskos
On 2013/08/02 18:21:39, Paweł Hajdan Jr. wrote: > Thanks. Could you do the same update ...
7 years, 4 months ago (2013-08-08 21:28:24 UTC) #15
Paweł Hajdan Jr.
https://codereview.chromium.org/16206002/diff/38001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/16206002/diff/38001/chrome/browser/chrome_content_browser_client.cc#newcode169 chrome/browser/chrome_content_browser_client.cc:169: #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_NACL) nit: Are the ...
7 years, 3 months ago (2013-08-26 22:01:39 UTC) #16
George Liaskos
On 2013/08/26 22:01:39, Paweł Hajdan Jr. wrote: > https://codereview.chromium.org/16206002/diff/38001/chrome/browser/chrome_content_browser_client.cc > File chrome/browser/chrome_content_browser_client.cc (right): > > ...
7 years, 3 months ago (2013-08-27 22:16:30 UTC) #17
Paweł Hajdan Jr.
LGTM
7 years, 3 months ago (2013-08-28 18:03:44 UTC) #18
Nico
lgtm
7 years, 3 months ago (2013-08-28 18:08:45 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/Geo.Liaskos@gmail.com/16206002/46001
7 years, 3 months ago (2013-08-28 19:43:43 UTC) #20
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=22863
7 years, 3 months ago (2013-08-28 21:19:22 UTC) #21
Avi (use Gerrit)
LGTM
7 years, 3 months ago (2013-09-13 18:25:36 UTC) #22
jsbell
not lgtm - Note the comment just below the change in third_party/leveldatabase/env_chromium.cc - this needs ...
7 years, 3 months ago (2013-09-13 18:43:35 UTC) #23
George Liaskos
On 2013/09/13 18:43:35, jsbell wrote: > not lgtm - Note the comment just below the ...
7 years, 3 months ago (2013-09-13 19:11:32 UTC) #24
jsbell
https://codereview.chromium.org/16206002/diff/64001/third_party/leveldatabase/env_chromium.cc File third_party/leveldatabase/env_chromium.cc (right): https://codereview.chromium.org/16206002/diff/64001/third_party/leveldatabase/env_chromium.cc#newcode51 third_party/leveldatabase/env_chromium.cc:51: #if (defined(OS_POSIX) && !defined(OS_LINUX)) || defined(OS_WIN) I believe that ...
7 years, 3 months ago (2013-09-19 21:20:31 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/Geo.Liaskos@gmail.com/16206002/64001
7 years, 3 months ago (2013-09-19 21:27:02 UTC) #26
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) sync_integration_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=199599
7 years, 3 months ago (2013-09-20 02:19:59 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/Geo.Liaskos@gmail.com/16206002/64001
7 years, 3 months ago (2013-09-20 19:30:26 UTC) #28
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) sync_integration_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=200475
7 years, 3 months ago (2013-09-21 00:18:11 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/Geo.Liaskos@gmail.com/16206002/64001
7 years, 3 months ago (2013-09-21 01:44:16 UTC) #30
commit-bot: I haz the power
7 years, 3 months ago (2013-09-21 03:47:47 UTC) #31
Message was sent while issue was closed.
Change committed as 224546

Powered by Google App Engine
This is Rietveld 408576698