- 07 Jul, 2017 40 commits
-
-
Alexis Menard authored
This is a reland of 1bdb8833 without changes. Original CL was reverted due to a bug in how chromium generates JNI bindings with native functions. It is fixed by https://codereview.chromium.org/2966163006/. Original change's description: > Make Interaction Media Features MQ dynamic on Android > > With detachable form factors such as Asus Transformer > it is important to make sure the interaction media > features are updated whenever the keyboard/trackpad combo is > detached. This will allow content author to react to > media query changes to adapt the user interface to > better suit the new interaction method (often touch vs > trackpad). The patch also handles any input changes e.g. > USB connected mouse. > > The patch uses the facility landed in previous OSes and > add a bit of Java code to listen the changes of inputs > through the InputDeviceListener mechanism. > > BUG=442418 > > Change-Id: I5c18ce4df8e6da927eede5a24f40aac10ecf1974 > Reviewed-on: https://chromium-review.googlesource.com/553457 > Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Reviewed-by: Bo Liu <boliu@chromium.org> > Commit-Queue: Alexis Menard <alexis.menard@intel.com> > Cr-Commit-Position: refs/heads/master@{#484641} TBR=agrieve@chromium.org, alexis.menard@intel.com, boliu@chromium.org, sadrul@chromium.org Bug: 442418 Change-Id: I5dca047c566625fa2f976d3311899f9a3a23f44e Reviewed-on: https://chromium-review.googlesource.com/563478Reviewed-by:
Alexis Menard <alexis.menard@intel.com> Commit-Queue: Alexis Menard <alexis.menard@intel.com> Cr-Commit-Position: refs/heads/master@{#484981}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/740319850255..c3d3bb2a036b $ git log 740319850..c3d3bb2a0 --date=short --no-merges --format='%ad %ae %s' 2017-07-06 thestig Remove a static initializer introduced in commit 573b10a. Created with: roll-dep src/third_party/pdfium Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=dsinclair@chromium.org Change-Id: Iecd1a43fbd74ee34b8bf406f1fced8978e57957f Reviewed-on: https://chromium-review.googlesource.com/563500 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#484980}
-
zhaobin authored
NOTE: those extensions header files and extensions::api:: namespace will go away when https://codereview.chromium.org/2913033003/ lands Discover process is similar to DialMediaSinkService: - CastMediaSinkService::Start() registers itself with DnsRegistry - CastMediaSinkService::OnDnsSdEvent() gets invoked when Dns services comes back and starts a 3s timer - Start opening channel for each service on IO thread - CastMediaSinkService::OnChannelOpenedOnIOThread() gets invoked when channel open finishes - Post task back to UI thread via CastMediaSinkService::OnChannelOpenOnUIThread() - Create MediaSinkInternal and store it in CastSinkService's sink map - Invoke MediaSinkBase::FetchCompleted() and send sinks to MRP when timer expires TODO: Unit test Implement CastSocketService::OpenChannel BUG=687377 Review-Url: https://codereview.chromium.org/2927833002 Cr-Commit-Position: refs/heads/master@{#484979}
-
Mike Baxley authored
This matcher has been replaced by [ChromeEarlGrey waitForWebViewContainingText:]. Bug: 707009 Change-Id: I660a44b6e802c6c5c3b6b835d7f69aa201453f29 Reviewed-on: https://chromium-review.googlesource.com/558975Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Mike Baxley <baxley@chromium.org> Cr-Commit-Position: refs/heads/master@{#484978}
-
Irmak Kavasoglu authored
In the current implementation, when user changes the username in the editable field and then loses focus on the field; the editable field is replaced by a label which still has the old username on it. This cl helps keeping the user's changes in the username field. This cl does NOT save the new username to the password manager. UI-wise everything looks okay, but save button will still save the old username. Bug: 734965 Change-Id: I61bef70894de4e2e71e9e314f30915d011795ccc Reviewed-on: https://chromium-review.googlesource.com/563657 Commit-Queue: Irmak Kavasoğlu <irmakk@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#484977}
-
Peter Beverloo authored
These used to remain on-screen for respectively 25 and 20 seconds, the difference in which is a bit silly. Let's both keep them on-screen for 25 seconds. BUG=530697 Change-Id: I082ecfc69ec69e600818b113b02e161e058a830f Reviewed-on: https://chromium-review.googlesource.com/559102 Commit-Queue: Peter Beverloo <peter@chromium.org> Reviewed-by:
John Mellor <johnme@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/master@{#484976}
-
Shanfeng Zhang authored
Bug: 734265 Change-Id: Ia341474fe1134b3105ab97067fbbbc6e61a93a58 Reviewed-on: https://chromium-review.googlesource.com/562096Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Shanfeng Zhang <szhangcs@google.com> Cr-Commit-Position: refs/heads/master@{#484975}
-
John Budorick authored
Addressing e.g. https://chromium-swarm.appspot.com/task?id=3735890d42c3d610 Change-Id: Id1c73c66de3b6dad02f52dfb3d857b98c74a20fb Reviewed-on: https://chromium-review.googlesource.com/563437Reviewed-by:
Michael Case <mikecase@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#484974}
-
npm authored
BUG=chromium:705820 Review-Url: https://codereview.chromium.org/2953993003 Cr-Commit-Position: refs/heads/master@{#484973}
-
jzw authored
Crash is fixed by returning the given browser state in BrowserStateKeyedServiceFactory even if browser state is off the record. BUG=739986 Review-Url: https://codereview.chromium.org/2973173002 Cr-Commit-Position: refs/heads/master@{#484972}
-
bsheedy authored
Adds two swarming test triggers to the VR FYI bot to run the VR instrumentation tests on the swarmed Pixel XLs. This is to make sure that everything runs smoothly on them before going through the effort to set up a Pixel XL tester on the main waterfall. Bug: 739935 Change-Id: Ifdb9c6c24489a4883e7dff20566cbeb107c34ce1 Reviewed-on: https://chromium-review.googlesource.com/562896Reviewed-by:
Paweł Hajdan Jr. <phajdan.jr@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#484971}
-
Min Qin authored
This CL switches MediaResourceGetter to use TaskScheduler and BindOnce. BUG=689520 Change-Id: Icbc98cb32de3a3e7b2a91e2692446747794f62eb Reviewed-on: https://chromium-review.googlesource.com/559993Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#484970}
-
Kenneth Russell authored
These will now run on win_optional_gpu_tests_rel, linux_optional_gpu_tests_rel, and mac_optional_gpu_tests_rel, on physical hardware. Previously they'd only been running on the chromium.gpu.fyi waterfall. BUG=708917 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ifc4e6ab582324d7217793f0137d5df57cd7f1a11 Reviewed-on: https://chromium-review.googlesource.com/563077Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#484969}
-
Jay Civelli authored
Changing a LOG from error to warning in ChildProcessLauncher as it is a case that can happen on Android and is not an error. Bug: 721713 Change-Id: Ie310f843143108b66965273e7b8b6d6f1c52f9db Reviewed-on: https://chromium-review.googlesource.com/563499Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#484968}
-
nicholss authored
Adding a reconnect button and generic error display for reconnection flow. Adding some logic around enabling the connect button based on pin length. Adding a red circle to the error state view in connection flow. Review-Url: https://codereview.chromium.org/2971903002 Cr-Commit-Position: refs/heads/master@{#484967}
-
bratell authored
There are two namespaces named testing used in Blink unit tests, one from gtest and one internal helper namespace. If both are visible then the gtest testing namespace won't be used unless prepended with ::, as is already done in large parts of the code. BUG=739121 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2967013002 Cr-Commit-Position: refs/heads/master@{#484966}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/3e38417eedda..1e3b1949cdcd $ git log 3e38417ee..1e3b1949c --date=short --no-merges --format='%ad %ae %s' 2017-07-07 benjhayden Remove tr.b.arrayToDict. Created with: roll-dep src/third_party/catapult Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I7c601383728b4e15b287c75a04a54e26e858bf1c Reviewed-on: https://chromium-review.googlesource.com/563583 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#484965}
-
rbpotter authored
Add a plugin stub to trigger the load callback needed for print preview tests. BUG=717296 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2973743002 Cr-Commit-Position: refs/heads/master@{#484964}
-
Robert Sesek authored
This adds tests for three cases: - Timing how long it takes to Signal/Wait 1000x in a tight loop. - Timing how long it takes to Signal/Wait 1000x between threads. - Counting how many Signal/Waits can be done in 1s between threads. This also renames the existing WaitableEventPerfTest to WaitableEventThreadPerfTest, since it's part of thread_perftest.cc. Bug: 681167 Change-Id: I5180f69b5901da3d1ee808eac90f1b455b1e970d Reviewed-on: https://chromium-review.googlesource.com/560152 Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#484963}
-
Adrienne Walker authored
Adds basic support for serializing and deserializing paint ops. This punts on a number of types related to Skia, including SkTypeface, SkTextBlob, PaintFlags/SkPaint internals, and SkImage/PaintImage. These will be supported in follow up patches either by adding Skia support directly (like SkPath has) or by replacing recording data structures (like PaintShader). An original version of this patch optionally would sometimes cast the input buffer and return that, but for simplicity, this always writes a copy of the op into the output buffer. This eliminates a class of TOCTOU issues and we can rethink it later as needed for performance. Reland of: https://chromium-review.googlesource.com/c/528359/ Bug: 737629,739669 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel Change-Id: If45b40928b4eb7b6c411a69fc7178a570e5e87e1 Reviewed-on: https://chromium-review.googlesource.com/561921Reviewed-by:
Vladimir Levin <vmpstr@chromium.org> Commit-Queue: enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#484962}
-
bratell authored
By default gperf generates code with the types and variables stringpool_t and stringpool. If jumbo combines more than one gperf generated file those collides. This patch changes the variable names to something more unique. R=fs@opera.com BUG=713137 Review-Url: https://codereview.chromium.org/2972193002 Cr-Commit-Position: refs/heads/master@{#484961}
-
niklase authored
Revert of TCVideoEncoder: Report H264 profile information to WebRTC (patchset #1 id:190001 of https://codereview.chromium.org/2548443002/ ) Reason for revert: Reverting this since it's causing multiple perf regression on mac, looks like HW encode/decode might get disabled. Original issue's description: > Reland of RTCVideoEncoder: Report H264 profile information to WebRTC (patchset #1 id:1 of https://codereview.chromium.org/2521923002/ ) > > Reason for revert: > Try again. > > Original issue's description: > > Revert of RTCVideoEncoder: Report H264 profile information to WebRTC (patchset #3 id:60001 of https://codereview.chromium.org/2499973002/ ) > > > > Reason for revert: > > Causes these tests to fail on chromium.webrtc bots for Win and Mac: > > WebRtcPerfBrowserTest.MANUAL_RunsAudioVideoCall60SecsAndLogsInternalMetricsH264 > > WebRtcVideoQualityBrowserTests/WebRtcVideoQualityBrowserTest.MANUAL_TestVideoQualityH264 > > https://build.chromium.org/p/chromium.webrtc/builders/Win8%20Tester/builds/30367 > > https://build.chromium.org/p/chromium.webrtc/builders/Mac%20Tester/builds/62661 > > > > Original issue's description: > > > RTCVideoEncoder: Report H264 profile information to WebRTC > > > > > > This CL updates RTCVideoEncoderFactory to report cricket::VideoCodecs > > > instead of WebRtcVideoEncoderFactory::VideoCodecs. The H264 profile > > > information is added to the cricket::VideoCodec so that WebRTC receives > > > this information. Also, the mapping between media::VideoCodecProfiles > > > and cricket::VideoCodecs is cached so that we can send the > > > media::VideoCodecProfile to RTCVideoEncoder instead of having to deal > > > with webrtc::VideoCodecType. > > > > > > BUG=webrtc:6337 > > > > > > Committed: https://crrev.com/510eddede44cb4b67c8f17fdd68cefb780a668c5 > > > Cr-Commit-Position: refs/heads/master@{#433508} > > > > TBR=emircan@chromium.org,posciak@chromium.org > > # Skipping CQ checks because original CL landed less than 1 days ago. > > NOPRESUBMIT=true > > NOTREECHECKS=true > > NOTRY=true > > BUG=webrtc:6337 > > > > Committed: https://crrev.com/c2564bc627cb950b124ac8e41bc5fd3187f7ad9c > > Cr-Commit-Position: refs/heads/master@{#433828} > > TBR=emircan@chromium.org,posciak@chromium.org > # Not skipping CQ checks because original CL landed more than 1 days ago. > BUG=688541,735959 > > Review-Url: https://codereview.chromium.org/2548443002 > Cr-Commit-Position: refs/heads/master@{#484874} > Committed: https://chromium.googlesource.com/chromium/src/+/829b1d57525c3c6549d18a2c85a96527d59ea5e9 TBR=emircan@chromium.org,magjed@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=688541,735959 Review-Url: https://codereview.chromium.org/2973253002 Cr-Commit-Position: refs/heads/master@{#484960}
-
rnephew authored
Bug: 713222 Change-Id: I32f5bc2ca5d9b7669444b62f57299e13b75a9377 Reviewed-on: https://chromium-review.googlesource.com/561970Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: rnephew <rnephew@chromium.org> Cr-Commit-Position: refs/heads/master@{#484959}
-
mahmadi authored
BUG=602666 Review-Url: https://codereview.chromium.org/2970233002 Cr-Commit-Position: refs/heads/master@{#484958}
-
Kent Tamura authored
This is necessary to test a behavior depending on the default language. Bug: 739091 Change-Id: Ifcf3b7e5347e4a065094bfff70d95ac0ea47672d Reviewed-on: https://chromium-review.googlesource.com/560930Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#484957}
-
Dmitry Torokhov authored
The assistant key is not defined in USB HID usage tables (yet?), so we use the first available usage from the "Non-USB" range: 0xx000017. We will update with the correct usage code if and when we get it allocated. For the DOM code we are using the next available code as well: 0x0B0E Since we want to invoke the assistant via Chrome accelerator mechanism, we also need to plumb it as a VKEY_ASSISTANT with keycode 0x99, which is next unmapped keycode on Windows. There is a slight complication as the new assistant key does not have corresponding XKB definition, and we are still using XMB on ChromeOS, even though we now consume input-events directly (out "translation" from evdev to XMB keycodes is simply adding a constant offset to the event code). It is unclear whether there is value in plumbing the assistant key though XKB, so let's use basic map to get from Dom code to Dom key if XKB lookup fails, with the expectation that we are dealing with application launcher or another accelerator, and not a printable character affected by keyboard layouts. BUG=b:36735408 Change-Id: I319f222dd5457224095f5a7cff37afdc0deade18 Reviewed-on: https://chromium-review.googlesource.com/548969Reviewed-by:
Gary Kacmarcik <garykac@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Kevin Schoedel <kpschoedel@chromium.org> Commit-Queue: Dmitry Torokhov <dtor@chromium.org> Cr-Commit-Position: refs/heads/master@{#484956}
-
owenlin authored
Reland of h264_decoder_unittests: Initial Change. (patchset #1 id:1 of https://codereview.chromium.org/2964193002/ ) Reason for revert: The failure has been fixed in h264_decoder. https://chromium-review.googlesource.com/c/558168/ Original issue's description: > Revert of h264_decoder_unittests: Initial Change. (patchset #11 id:240001 of https://codereview.chromium.org/2760513002/ ) > > Reason for revert: > Broke some bots: > > "CommandFailedError: Failed to list tests on any device" > https://build.chromium.org/p/chromium.linux/builders/Android%20Tests > https://build.chromium.org/p/chromium.android/builders/Android%20N5X%20Swarm%20Builder > > Added tests all fail: > https://build.chromium.org/p/chromium.memory/builders/Linux%20MSan%20Tests > > > Original issue's description: > > h264_decoder_unittests: Initial Change. > > > > BUG=b/35934865 > > TEST=Run the test on CrOS devices. > > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel > > > > Review-Url: https://codereview.chromium.org/2760513002 > > Cr-Commit-Position: refs/heads/master@{#483623} > > Committed: https://chromium.googlesource.com/chromium/src/+/0fc85fd05e9607d8d1ca242b831abee0e4f4c318 > > TBR=dalecurtis@chromium.org,johnylin@chromium.org,kcwu@chromium.org,posciak@chromium.org,owenlin@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=b/35934865 > > Review-Url: https://codereview.chromium.org/2964193002 > Cr-Commit-Position: refs/heads/master@{#483639} > Committed: https://chromium.googlesource.com/chromium/src/+/a220b092cb4cbf7569ebe9888a5bf73df9d443a5 TBR=dalecurtis@chromium.org,johnylin@chromium.org,kcwu@chromium.org,posciak@chromium.org,timloh@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=b/35934865 Review-Url: https://codereview.chromium.org/2972183002 Cr-Commit-Position: refs/heads/master@{#484955}
-
Mihai Sardarescu authored
This CL is a speculative fix for a crash in the sign-in error handler for a use after free of a browser object (note that I cannot really explain the crash as the learn-more link should not be shown when the is_system_profile is false). Bug: 739072 Change-Id: Iad78cb42841394a1918fb4934a403b12b62c7d3a Reviewed-on: https://chromium-review.googlesource.com/563209 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#484954}
-
bratell authored
Fix to allow us to skip a permissions exclusion for jumbo. Locally rename one of them to MojoPermissionDescriptor. Review-Url: https://codereview.chromium.org/2965333002 Cr-Commit-Position: refs/heads/master@{#484953}
-
Reilly Grant authored
This change updates the Budget API to request the BudgetService from either the frame-specific or worker-specific interface provider depending on the execution context it is called from. Bug: 734210 Change-Id: Ic9be8f202e2606f00f602502e0b6dba94f4243d9 Reviewed-on: https://chromium-review.googlesource.com/552840 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#484952}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/2b44441b1b01..740319850255 $ git log 2b44441b1..740319850 --date=short --no-merges --format='%ad %ae %s' 2017-07-06 rharrison Convert c-style casts in fx_memory.h into static_casts Created with: roll-dep src/third_party/pdfium Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=dsinclair@chromium.org Change-Id: I7b5c944644f747ae40b1e3dcb98f95659caa98f6 Reviewed-on: https://chromium-review.googlesource.com/563636 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#484951}
-
dmazzoni authored
This change implements AOM support for controls, describedBy, flowTo, labeledBy, and owns. The corresponding ARIA attributes all take lists of IDREFs, and the AOM properties all take references to AccessibleNodeLists instead. BUG=680345 Review-Url: https://codereview.chromium.org/2967193003 Cr-Commit-Position: refs/heads/master@{#484950}
-
Lucas Gadani authored
This fixes reloading of flash plugins when content settings change. Bug: 735854 Change-Id: I1f6db54c73436223ecbbcf713034a3a590c2e67d Reviewed-on: https://chromium-review.googlesource.com/559710Reviewed-by:
Rick Byers <rbyers@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#484949}
-
afakhry authored
Make ChromeVox speak the status of the Night Light system tray button when the button is pressed and the status is toggled. BUG=706067 Review-Url: https://codereview.chromium.org/2965163002 Cr-Commit-Position: refs/heads/master@{#484948}
-
Bernhard Bauer authored
Bug: 667892 Change-Id: Icaaef380816473c677cf0cbf9fd24e98dafd8325 Reviewed-on: https://chromium-review.googlesource.com/558919Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#484947}
-
Michael van Ouwerkerk authored
Bug: 708118 Change-Id: Iffcbbd0fa78da87f6571b5ed6306a18ad3608c3d Reviewed-on: https://chromium-review.googlesource.com/563618Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#484946}
-
Matthew Jones authored
If a tab is created via Chrome's UI, hitting the back button will eventually expand the bottom sheet before sending Chrome to the background. Tests for the intended behaviors have been added as well. BUG=732833 Change-Id: I8d8308dcb7e21d1ee49fa3ab439cf7387c78f86b Reviewed-on: https://chromium-review.googlesource.com/550929 Commit-Queue: Matthew Jones <mdjones@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#484945}
-
chaopeng authored
This issue is caused by in navigation backward (LoadInSameDocument) for Single Page App, developer change DOM in onpopstate but not trigger a layout, then we don't have correct content size for restore scroll position. In this patch, we add a layout in RestoreScrollPositionAndViewState when the size is not enough for restore scroll position. This change should only effect SameDocumentLoad. Bug: 721262 Change-Id: I2b2956828634884b926b4c5b3073210170f42263 Reviewed-on: https://chromium-review.googlesource.com/556979 Commit-Queue: Jianpeng Chao <chaopeng@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#484944}
-
Robert Sesek authored
This will allow other Service processes to access the BPF policy without requiring //content. Bug: 730066 Bug: 739879 Change-Id: I7466d57ce42a038cd61c743a96d86f1684a603b8 Reviewed-on: https://chromium-review.googlesource.com/562776Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#484943}
-
Daria Yakovleva authored
R=atwilson@chromium.org, poromov@chromium.org Change-Id: I0827cc56ff65429706637cc77749eb4728dd5de1 Bug: 671393 Reviewed-on: https://chromium-review.googlesource.com/561277 Commit-Queue: Daria Iakovleva <yakovleva@google.com> Reviewed-by:
Drew Wilson <atwilson@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#484942}
-