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

Issue 2928823004: Fix header guard and namespace in android_webview (Closed)

Created:
3 years, 6 months ago by jinsong.fan
Modified:
3 years, 6 months ago
CC:
chromium-reviews, android-webview-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix header guard and namespace in android_webview BUG=716604 TEST= R=sgurun@chromium.org Review-Url: https://codereview.chromium.org/2928823004 Cr-Commit-Position: refs/heads/master@{#478394} Committed: https://chromium.googlesource.com/chromium/src/+/db647e049928d104ea3ba97d43ccbcfd2330ba94

Patch Set 1 #

Patch Set 2 : Fix header guard and namespace in android_webview #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -87 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/browser/aw_browser_terminator.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M android_webview/browser/aw_browser_terminator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/aw_content_browser_client.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M android_webview/browser/aw_contents_background_thread_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/aw_contents_client_bridge_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/aw_contents_lifecycle_notifier.h View 2 chunks +3 lines, -3 lines 0 comments Download
M android_webview/browser/aw_contents_statics.h View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/aw_devtools_manager_delegate.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M android_webview/browser/aw_picture.h View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/aw_printing_message_filter.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M android_webview/browser/aw_renderer_priority_manager.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M android_webview/browser/child_frame.h View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/child_frame.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/compositor_frame_consumer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/cookie_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/net/aw_cookie_store_wrapper.h View 1 2 chunks +6 lines, -1 line 0 comments Download
M android_webview/browser/net/aw_network_change_notifier_factory.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M android_webview/browser/net/input_stream_reader.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M android_webview/browser/parent_compositor_draw_constraints.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/permission/aw_permission_request.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M android_webview/browser/permission/aw_permission_request.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/permission/aw_permission_request_delegate.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M android_webview/browser/permission/aw_permission_request_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/permission/media_access_permission_request.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M android_webview/browser/permission/permission_request_handler.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M android_webview/browser/permission/permission_request_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/permission/permission_request_handler_client.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M android_webview/browser/permission/permission_request_handler_client.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/permission/permission_request_handler_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/permission/simple_permission_request.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M android_webview/browser/popup_touch_handle_drawable.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M android_webview/browser/popup_touch_handle_drawable.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/renderer_host/aw_render_view_host_ext.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M android_webview/browser/scoped_app_gl_state_restore.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M android_webview/browser/state_serializer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/test/rendering_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/token_binding_manager_bridge.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/common/crash_reporter/aw_microdump_crash_reporter.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M android_webview/common/crash_reporter/crash_keys.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M android_webview/lib/webview_jni_onload.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/renderer/aw_content_settings_client.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/renderer/aw_render_frame_ext.h View 1 1 chunk +1 line, -1 line 0 comments Download
M android_webview/renderer/aw_render_thread_observer.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 39 (19 generated)
jinsong.fan
hi sgurn, I fix a typo in aw_contents_lifecycle_notifier.h PTAL, thanks.
3 years, 6 months ago (2017-06-08 18:12:54 UTC) #1
sgurun-gerrit only
On 2017/06/08 18:12:54, fanjinsong wrote: > hi sgurn, > I fix a typo in aw_contents_lifecycle_notifier.h ...
3 years, 6 months ago (2017-06-08 23:32:25 UTC) #2
sgurun-gerrit only
On 2017/06/08 23:32:25, sgurun wrote: > On 2017/06/08 18:12:54, fanjinsong wrote: > > hi sgurn, ...
3 years, 6 months ago (2017-06-08 23:33:14 UTC) #5
Shimi Zhang
On 2017/06/08 18:12:54, fanjinsong wrote: > hi sgurn, > I fix a typo in aw_contents_lifecycle_notifier.h ...
3 years, 6 months ago (2017-06-09 00:17:18 UTC) #6
jinsong.fan
Thanks sgurun. Hi Shimi, I find more typos by cpplint in android_webview, new patch and ...
3 years, 6 months ago (2017-06-09 02:10:27 UTC) #8
Shimi Zhang
On 2017/06/09 03:52:15, commit-bot: I haz the power wrote: > Dry run: The author mailto:fanjinsong@sogou-inc.com ...
3 years, 6 months ago (2017-06-09 04:08:41 UTC) #13
jinsong.fan
On 2017/06/09 04:08:41, Shimi Zhang wrote: > On 2017/06/09 03:52:15, commit-bot: I haz the power ...
3 years, 6 months ago (2017-06-09 04:15:48 UTC) #14
Shimi Zhang
On 2017/06/09 04:15:48, jinsong.fan wrote: > On 2017/06/09 04:08:41, Shimi Zhang wrote: > > On ...
3 years, 6 months ago (2017-06-09 04:20:43 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2928823004/20001
3 years, 6 months ago (2017-06-09 04:22:28 UTC) #20
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started once the ...
3 years, 6 months ago (2017-06-09 04:22:34 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2928823004/20001
3 years, 6 months ago (2017-06-09 04:24:24 UTC) #24
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started once the ...
3 years, 6 months ago (2017-06-09 04:24:25 UTC) #26
Shimi Zhang
On 2017/06/09 04:22:28, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
3 years, 6 months ago (2017-06-09 04:25:53 UTC) #27
sgurun-gerrit only
On 2017/06/09 04:25:53, Shimi Zhang wrote: > On 2017/06/09 04:22:28, commit-bot: I haz the power ...
3 years, 6 months ago (2017-06-09 20:20:37 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2928823004/20001
3 years, 6 months ago (2017-06-09 20:21:00 UTC) #30
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/db647e049928d104ea3ba97d43ccbcfd2330ba94
3 years, 6 months ago (2017-06-09 20:27:02 UTC) #33
Nico
This patch just deletes two `explicit`s and doesn't do anything related to the CL description. ...
3 years, 6 months ago (2017-06-10 18:01:16 UTC) #35
Nico
Huh, the landed change (https://chromium.googlesource.com/chromium/src/+/db647e049928d104ea3ba97d43ccbcfd2330ba94) is very different from what's uploaded for review here (?)
3 years, 6 months ago (2017-06-10 18:01:59 UTC) #36
Shimi Zhang
On 2017/06/10 18:01:59, Nico (vacation Jun 3-11) wrote: > Huh, the landed change > (https://chromium.googlesource.com/chromium/src/+/db647e049928d104ea3ba97d43ccbcfd2330ba94) ...
3 years, 6 months ago (2017-06-10 19:08:01 UTC) #37
jinsong.fan
3 years, 6 months ago (2017-06-10 23:05:34 UTC) #38
Message was sent while issue was closed.
On 2017/06/10 19:08:01, Shimi Zhang wrote:
> On 2017/06/10 18:01:59, Nico (vacation Jun 3-11) wrote:
> > Huh, the landed change
> >
>
(https://chromium.googlesource.com/chromium/src/+/db647e049928d104ea3ba97d43cc...)
> > is very different from what's uploaded for review here (?)
> 
> thakis@, The landed patch is patch 2. We didn't review patch 3.
> 
> Jingsong, did you uploaded patch 3 after the CL landed?

Sorry.
I forgot to checkout my local branch to upload an new CL. 
Pls ignore patch 3. I will delete it.
New CL review: https://codereview.chromium.org/2935533002/

Thanks.

Powered by Google App Engine
This is Rietveld 408576698