- 17 Sep, 2014 40 commits
-
-
mohan.reddy authored
Changing in the intialization order of WeakPtrFactory such that all member variables should appear before the WeakPtrFactory to ensure that any WeakPtrs to Controller are invalidated before its members variable's destructors are executed, rendering them invalid. BUG=303818 Review URL: https://codereview.chromium.org/570713007 Cr-Commit-Position: refs/heads/master@{#295240}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/574223002 Cr-Commit-Position: refs/heads/master@{#295239}
-
mohan.reddy authored
Changing in the intialization order of WeakPtrFactory such that all member variables should appear before the WeakPtrFactory to ensure that any WeakPtrs to Controller are invalidated before its members variable's destructors are executed, rendering them invalid. BUG=303818 Review URL: https://codereview.chromium.org/567943002 Cr-Commit-Position: refs/heads/master@{#295238}
-
Daniel Cheng authored
This wasn't caught by the trybots or CQ since this is only compiled in official builds. BUG=110610 TBR=davemoore@chromium.org Review URL: https://codereview.chromium.org/574793004 Cr-Commit-Position: refs/heads/master@{#295237}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/cf5fdf9447d2c84224c74bf676957d6aac0f7f42..829f4154fb8a3afc1bee0c3487e2f5a4060e66ea TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/578743002 Cr-Commit-Position: refs/heads/master@{#295236}
-
iseki authored
* getMultiProfileShareEntries_ is very slow. BUG=409711 TEST=manually 1.Copy the large directory in the drive of user A. 2.Paste the A's large directory into the drive of user B. 3.Confirm notification is displayed. Review URL: https://codereview.chromium.org/571343002 Cr-Commit-Position: refs/heads/master@{#295235}
-
dcheng authored
The implicit conversion has already been disabled for Linux builds for some time now. https://codereview.chromium.org/510323002 explains the rationale for proceeding incrementally. BUG=110610 Review URL: https://codereview.chromium.org/572713003 Cr-Commit-Position: refs/heads/master@{#295234}
-
mohan.reddy authored
Changing in the intialization order of WeakPtrFactory such that all member variables should appear before the WeakPtrFactory to ensure that any WeakPtrs to Controller are invalidated before its members variable's destructors are executed, rendering them invalid. BUG=303818 Review URL: https://codereview.chromium.org/572853002 Cr-Commit-Position: refs/heads/master@{#295233}
-
yoshiki authored
BUG=413944 TEST=Instlal ChromeVox and confirms that it speaks both on the icon and on menu item. Review URL: https://codereview.chromium.org/569123003 Cr-Commit-Position: refs/heads/master@{#295232}
-
James Robinson authored
This gets the //chrome subtree down to a fairly small number of build errors on Android. Most of the changes are making features not enabled on android like extensions and plugins properly guarded. This also adds a few jni targets and fixes up some bitrotted bits. R=brettw@chromium.org, cjhopman@chromium.org Review URL: https://codereview.chromium.org/571863002 Cr-Commit-Position: refs/heads/master@{#295231}
-
davemoore authored
ViewManager from mojo_shell. First attempt here: https://codereview.chromium.org/477923004/ Failed the linux gn dbg build after cq landed: http://build.chromium.org/p/chromium.linux/builders/Linux%20GN%20%28dbg%29/builds/12251 BUG= TBR=ben@chromium.org Review URL: https://codereview.chromium.org/568883003 Cr-Commit-Position: refs/heads/master@{#295230}
-
tfarina authored
BUG=None TEST=gn gen out_gn/Debug && ninja -C out_gn/Debug gfx_unittests R=brettw@chromium.org,sky@chromium.org Review URL: https://codereview.chromium.org/566303002 Cr-Commit-Position: refs/heads/master@{#295229}
-
calamity authored
This CL changes the experimental app list's AppListItem size when displayed in the AppsGridView and adds padding between each AppListItem. BUG=411775 Review URL: https://codereview.chromium.org/559373004 Cr-Commit-Position: refs/heads/master@{#295228}
-
mattm authored
The re-land fixes the unittests to test with/without the field trial set. Sending is controlled by a finch experiment. The verdict from the server is ignored for now. BUG=413967 Review URL: https://codereview.chromium.org/580593003 Cr-Commit-Position: refs/heads/master@{#295227}
-
gunsch authored
R=lcwu@chromium.org,byungchul@chromium.org BUG=400914 Review URL: https://codereview.chromium.org/568243002 Cr-Commit-Position: refs/heads/master@{#295226}
-
jamescook authored
Original CL broke the Win official bots because they report their default version channel as "canary" instead of "trunk". https://codereview.chromium.org/572813002 Original description: This refactor will allow some manifest tests running in Chrome's unit_tests suite to move to the extensions_unittests suite. * Rename ExtensionManifestTest to extensions::ManifestTest and move it into src/extensions. * Introduce ChromeManifestTest to load manifests from Chrome's test data dir. * Eliminate some unnecessary use of chrome::VersionInfo::Channel. * Move SharedModuleManifestTest to extensions_unittests as an example. FileHandlerManifestTest and ExternallyConnectableManifestTest will be next, but require more refactoring (e.g. of permissions). BUG=397165 TEST=unit_tests, extensions_unittests TBR=rockot@chromium.org Review URL: https://codereview.chromium.org/574173002 Cr-Commit-Position: refs/heads/master@{#295225}
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a ChromeOS build. BUG=110610 Review URL: https://codereview.chromium.org/579663002 Cr-Commit-Position: refs/heads/master@{#295224}
-
horo authored
Revert of Clean up GestureEventDetails constructors and fix unit tests (patchset #1 id:20001 of https://codereview.chromium.org/573963005/) Reason for revert: This broke TouchEditableImplAuraTest.TouchSelectionOnLongPressTest. [24874:24874:0916/151803:584385367:FATAL:gesture_event_details.cc(54)] Check failed: false. Invalid event type for constructor: 32 http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=undefined&tests=TouchEditableImplAuraTest.TouchSelectionOnLongPressTest&testType=content_browsertests http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=undefined&tests=TouchEditableImplAuraTest.TouchSelectionOnLongPressTest&testType=content_browsertests Original issue's description: > Clean up GestureEventDetails constructors and fix unit tests. > > A new version of Issue 565583005: Clean up GestureEventDetails > constructors > https://codereview.chromium.org/565583005/ > > BUG=350942 > > TBR=tdresser@chromium.org, jdduke@chromium.org, sadrul@chromium.org > > Committed: https://crrev.com/874611d5ab5b879648682c1ea41062bebc9c95e5 > Cr-Commit-Position: refs/heads/master@{#295144} TBR=sky@chromium.org,lanwei@chromium.org NOTREECHECKS=true NOTRY=true BUG=350942 Review URL: https://codereview.chromium.org/577833003 Cr-Commit-Position: refs/heads/master@{#295223}
-
wuhu authored
Routing policy override is needed at the point where ping test is executed in AndroidRndisConfigurator or the ping may fail. It's also needed after DNS is changed in AndroidRndisForwarder constructor as executing setifdns may reset the policy table. Thus we need to make multiple calls to OverrideRoutingPolicy() during RNDIS forwarder creation lifecycle. But this is ok since the function is idempotent. BUG= Review URL: https://codereview.chromium.org/577853002 Cr-Commit-Position: refs/heads/master@{#295222}
-
horo authored
BUG=411173 TEST=layouttest http/tests/serviceworker/ Review URL: https://codereview.chromium.org/574643003 Cr-Commit-Position: refs/heads/master@{#295221}
-
cpu authored
The memory allocated by AllocAndCopyName was not being freed if the in-process policy engine did not allow the request to query the broker. This was nicely reported by typo.pl@gmail.com TEST=see bug BUG=414039 Review URL: https://codereview.chromium.org/575623004 Cr-Commit-Position: refs/heads/master@{#295220}
-
boliu authored
Add plumbing for a ResetStreamTextureProxy which should be called on the event of a context loss. Only hooked up the call for the in-process implementation in this CL when the contex is restored. ResetStreamTextureProxy currently handles "onContextLoss" as well as "onContextRestored" concepts. It deletes the old stream texture id, and recreates and binds a new StreamTextureProxy. BUG=412578 Review URL: https://codereview.chromium.org/532993002 Cr-Commit-Position: refs/heads/master@{#295219}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/435acf076b2d5f0243b4a87c5d5ef904ae59bed3..cf5fdf9447d2c84224c74bf676957d6aac0f7f42 TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/555793003 Cr-Commit-Position: refs/heads/master@{#295218}
-
rtenneti authored
source - fixes to includes. R=rch@chromium.org Review URL: https://codereview.chromium.org/579643002 Cr-Commit-Position: refs/heads/master@{#295217}
-
tbarzic authored
TEST=Tested that easy unlock still works BUG=None Review URL: https://codereview.chromium.org/562393002 Cr-Commit-Position: refs/heads/master@{#295216}
-
ricea authored
This saves 11 bytes per call site on x64-clang and 12 byte per call site on ARM-gcc. BUG=410776 TEST=base_unittests Review URL: https://codereview.chromium.org/540883002 Cr-Commit-Position: refs/heads/master@{#295215}
-
kelvinp authored
This CL implements a WebRTC Desktop Capturer that captures from the Aura Shell root window. The capturer is used by the It2MeHost on Chrome OS. |DesktopCaptureDeviceAura| cannot be re-used in our scenario because is timer-driven as opposed to caller driven, which is required by WebRTC. The current implementation uses the layer API desktop_window_->layer()->RequestCopyOfOutput(request.Pass()) to request the layer and its subtree to be rendered to a |SkiaBitmap|. It then copies the pixels to a WebRTC |DesktopFrame|. BUG=411530 Committed: https://crrev.com/278b065b519617b1e9231bd53e6502706d20787c Cr-Commit-Position: refs/heads/master@{#295187} Review URL: https://codereview.chromium.org/543243003 Cr-Commit-Position: refs/heads/master@{#295214}
-
Matt Mueller authored
unit_tests failing on bots even though they passed the CQ. This reverts commit d117e910. BUG=413967 TBR=noelutz@chromium.org Review URL: https://codereview.chromium.org/555373005 Cr-Commit-Position: refs/heads/master@{#295213}
-
avakulenko authored
Currently, ObjectProxy::CallMethodAndBlock() returns NULL on failure but the D-Bus error details are not passed to the caller. Added a method that would return the D-Bus error information to the caller and switched ObjectProxy::CallMethodAndBlock() to use the new method instead. BUG=chromium:414838 TEST=Build Chrome TEST=ninja -C out/Debug dbus_unittests && out/Debug/dbus_unittests Review URL: https://codereview.chromium.org/563763004 Cr-Commit-Position: refs/heads/master@{#295212}
-
jamiewalch authored
Review URL: https://codereview.chromium.org/571463003 Cr-Commit-Position: refs/heads/master@{#295211}
-
gunsch authored
* Handling RenderProcessGone in CastWindowAndroid * Using CastBrowserProcess instead of passing the browser context * A few style nits R=byungchul@chromium.org,lcwu@chromium.org BUG=None Review URL: https://codereview.chromium.org/566963003 Cr-Commit-Position: refs/heads/master@{#295210}
-
oshima authored
Disable high DPI assets for ui scaling. This will be removed in 39, after this change is landed. BUG=413368 Review URL: https://codereview.chromium.org/578553002 Cr-Commit-Position: refs/heads/master@{#295209}
-
zelidrag authored
BUG=414956 TEST=manual Review URL: https://codereview.chromium.org/551373009 Cr-Commit-Position: refs/heads/master@{#295208}
-
zork authored
BUG=None Review URL: https://codereview.chromium.org/552983003 Cr-Commit-Position: refs/heads/master@{#295207}
-
slamm authored
BUG= Review URL: https://codereview.chromium.org/575923002 Cr-Commit-Position: refs/heads/master@{#295206}
-
nednguyen authored
Revert of Revert of Introduce GetBackendFromContextId to avoid using list index. (patchset #1 id:1 of https://codereview.chromium.org/573573003/) Reason for revert: Revert the revert since the bot is still red after the revert. Original issue's description: > Revert of Introduce GetBackendFromContextId to avoid using list index. (patchset #1 id:1 of https://codereview.chromium.org/556003005/) > > Reason for revert: > It looks like the moto E perf bots are broken due to this change. > > BUG=414267 > > Original issue's description: > > Introduce GetBackendFromContextId to avoid using list index. > > > > BUG=398467 > > TEST=ExtensionTest > > > > Committed: https://crrev.com/a1a83005087fdac70e7809f9dc1d89f6c4f88dfc > > Cr-Commit-Position: refs/heads/master@{#294455} > > TBR=tbarzic@chromium.org,achuith@chromium.org > NOTREECHECKS=true > NOTRY=true > BUG=398467 > > Committed: https://crrev.com/c8fad04c1e2119f9e8efc68f32d5268161d044d3 > Cr-Commit-Position: refs/heads/master@{#295136} TBR=tbarzic@chromium.org,achuith@chromium.org,tonyg@chromium.org NOTREECHECKS=true NOTRY=true BUG=414267 Review URL: https://codereview.chromium.org/578693002 Cr-Commit-Position: refs/heads/master@{#295205}
-
jeremycho authored
Add ContextualSearchParams constructor to be called when content is passed via HTTP header and not CGI params. BUG=376007 Review URL: https://codereview.chromium.org/573063002 Cr-Commit-Position: refs/heads/master@{#295204}
-
brettw authored
Renamed datadeps to data_deps for consistency. Renamed direct_dependent_configs to public_configs for consistency with the public deps. This is also easier to understand and hopefully will encourage people to do this instead of use all_dependent_configs. Now that there are so many types of deps, added a DepsIterator that allows easy iterating over all of them (or only the linked ones). This simplified some code. This simplified the header checker significantly since it had complicated logic to find direct_dependent_configs and prefer paths with those forwarded. Removed a bunch of weird group special-casing. Groups no longer have their deps copied into the target, but are dependents like everything else. For now, unless you explicitly specify public_deps, all group deps will default to public. I'd like to change this in a future pass. Added a bool return value to the target generator functions that fill values. Since I originally did that, I've started both returning a bool and setting an Err, which makes checking for the error and early-returning easier to remember. I did this because I found yet another case of forgetting to check err, which gives very strange results. Review URL: https://codereview.chromium.org/561273003 Cr-Commit-Position: refs/heads/master@{#295203}
-
rockot authored
Revert of Add public API generation with cr.makePublic() and handle it in compiler pass (patchset #10 id:180001 of https://codereview.chromium.org/557633002/) Reason for revert: Likely culprit for OOBE WebUI test breakage. http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Ozone%20Tests%20%282%29/builds/1974/steps/browser_tests/logs/stdio Original issue's description: > Add public API generation with cr.makePublic() and handle it in compiler pass > > R=dbeam@chromium.org,tbreisacher@chromium.org > BUG=393873 > TEST=third_party/closure_compiler/runner/how_to_test_compiler_pass.md > > Committed: https://crrev.com/730652530d108372ef14f62b89665197628f7880 > Cr-Commit-Position: refs/heads/master@{#295173} TBR=dbeam@chromium.org,tbreisacher@chromium.org,vitalyp@chromium.org NOTREECHECKS=true NOTRY=true BUG=393873 Review URL: https://codereview.chromium.org/577843003 Cr-Commit-Position: refs/heads/master@{#295202}
-
estade authored
Fix some more for= usage. Also fix some controlled settings indicators. BUG=409938 R=dbeam@chromium.org Review URL: https://codereview.chromium.org/572853007 Cr-Commit-Position: refs/heads/master@{#295201}
-