- 05 Aug, 2014 40 commits
-
-
mlamouri@chromium.org authored
That should fix flakyness for the test on Windows with cl 134623005. BUG=None Review URL: https://codereview.chromium.org/441713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287526 0039d316-1c4b-4281-b951-d872f2087c98
-
yangguo@chromium.org authored
Review URL: https://codereview.chromium.org/427553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287525 0039d316-1c4b-4281-b951-d872f2087c98
-
mad@chromium.org authored
BUG=400469 Review URL: https://codereview.chromium.org/436323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287524 0039d316-1c4b-4281-b951-d872f2087c98
-
rsorokin@chromium.org authored
BUG=388279 Review URL: https://codereview.chromium.org/420243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287522 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
ProcessManagerTest inherts ExtensionsTest for the test settings. So now unit test is passed. R=rdevlin.cronin@chromium.org BUG=354046 TEST=extensions_unittests Review URL: https://codereview.chromium.org/434593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287521 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=397624 Review URL: https://codereview.chromium.org/431303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287520 0039d316-1c4b-4281-b951-d872f2087c98
-
sdefresne@chromium.org authored
Componentization of bookmarks is complete, so remove sdefresne and blundell from OWNERS file as the access was only temporary. BUG=383597 Review URL: https://codereview.chromium.org/439883003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287519 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
This makes the memory model more robust for tests (which may not interact with a notification), and means that the NotificationObjectProxy won't be stuck with a bad pointer after the delegate deletes itself. BUG= Review URL: https://codereview.chromium.org/433273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287518 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
BUG=384522 Review URL: https://codereview.chromium.org/433423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287517 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
The name of the gyp variable for disabling arm components was mis-typed. R=binji@chromium.org Review URL: https://codereview.chromium.org/435813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287516 0039d316-1c4b-4281-b951-d872f2087c98
-
treib@chromium.org authored
BUG=390520 Review URL: https://codereview.chromium.org/436903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287515 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
We already have a way to send message via ExecuteJavaScript, no need for another mechanism. BUG=398046 TBR=jam Review URL: https://codereview.chromium.org/418243003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287514 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
This qualification is not necessary now that we've moved way past M31. BUG=399689 Review URL: https://codereview.chromium.org/439923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287513 0039d316-1c4b-4281-b951-d872f2087c98
-
oetuaho@nvidia.com authored
vertexAttribPointer is a fairly common GL call, so substituting integer division with bitwise and which has far less latency on common CPU architectures is a worthwhile optimization. IsPOT function is added for asserts that make sure this does not break. Redundant comparison against zero is dropped from IsNPOT. In C++, unsigned integers are specified to work with mod 2^n arithmetic. TEST=gpu_unittests BUG=400135 Review URL: https://codereview.chromium.org/439253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287512 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287511 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=179489:179496&mode=html TBR=pdr@chromium.org,enne@chromium.org,rjwright@chromium.org BUG= Review URL: https://codereview.chromium.org/440833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287510 0039d316-1c4b-4281-b951-d872f2087c98
-
sdefresne@chromium.org authored
BUG=370850 TBR=blundell@chromium.org Review URL: https://codereview.chromium.org/439993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287506 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
This abstraction was needed to correctly handle test data which was using the old format ID. Now the test data is using the new ID format so it's OK to call CanonicalizeResourceId() directly. BUG=None Review URL: https://codereview.chromium.org/445473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287505 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Fix athena::AppListViewDelegate to show multiple results. Use SearchSuggestionParser in UrlSearchProvider BUG=399561 Review URL: https://codereview.chromium.org/438023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287504 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=345874 NOTRY=true TBR=rnk@chromium.org Review URL: https://codereview.chromium.org/443603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287503 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
This adds the equivalent remote layer code from RenderWidgetHostViewMac over to the BrowserCompositorViewMac. This code still isn't activated yet -- backpressure is still not appropriately applied via ImageTransportLayer. BUG=312462 Review URL: https://codereview.chromium.org/441743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287502 0039d316-1c4b-4281-b951-d872f2087c98
-
nhiroki@chromium.org authored
Wildcard '*' was removed from scope matching algorithm in the spec. After this patch, a scope always does a prefix match. Issue: https://github.com/slightlyoff/ServiceWorker/issues/287 BUG=398892 TEST=content_unittests --gtest_filter=ServiceWorker* Review URL: https://codereview.chromium.org/435873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287501 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/445443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287500 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
When the nested message loop running a synchronous drag event on windows is cancelled due to an external event, it does not currently set the item visible again. Now it does. BUG=393519 TEST=Open a signed-in profile on two computers. On one computer, uninstall an app from the app launcher. Then, Quickly switch to the other computer and start dragging around a different app. When the sync event to uninstall the app comes in, the drag should cancel, with the item being dragged reappearing. Review URL: https://codereview.chromium.org/435303005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287499 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
NOTRY=true Review URL: https://codereview.chromium.org/439883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287498 0039d316-1c4b-4281-b951-d872f2087c98
-
dmikurube@chromium.org authored
BUG=NONE NOTRY=True Review URL: https://codereview.chromium.org/434343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287497 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
BUG=315439 TEST=run the js tests. Review URL: https://codereview.chromium.org/439753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287496 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/437353006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287495 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=399852 NOTRY=true TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/444513004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287494 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
When an app has multiple file handlers for the same file type, it is shown twice in the "Open With" menu. This CL ensures that only one file handler is taken from each app. TEST=Install an app with file handlers (e.g. Text). Open the Files app and select a handled file (e.g. .txt). The "Open" menu on the bottom right (next to the trash can) should have a drop-down button. Click the drop-down, it should list Text. Select the file again and right-click it. Click "Open With". A list of apps should pop up that includes Text. BUG=350193 Review URL: https://codereview.chromium.org/415403006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287493 0039d316-1c4b-4281-b951-d872f2087c98
-
sashab@chromium.org authored
Currently, the App List overlay opens and closes without animating. This looks strange the dialog itself animates as it opens. Add an animation delay so the overlay animates slowly open to match the sub-dialogs. BUG=395494 Review URL: https://codereview.chromium.org/429823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287492 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
Previously the gallery refers the current selected item to save images. But the selection can be out of sync when a user traverses images before saving changes. BUG=400016 TEST=manually Review URL: https://codereview.chromium.org/435183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287491 0039d316-1c4b-4281-b951-d872f2087c98
-
sungmann.cho@navercorp.com authored
BUG=none Review URL: https://codereview.chromium.org/425333005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287490 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
TBR=dmazzoni@chromium.org BUG=393489 Review URL: https://codereview.chromium.org/444513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287489 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
pattern rather than a prefix. BUG=370952 R=yoz@chromium.org TBR=dmazzoni@chromium.org Review URL: https://codereview.chromium.org/437883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287488 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=388515 Review URL: https://codereview.chromium.org/439243004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287487 0039d316-1c4b-4281-b951-d872f2087c98
-
chrishenry@google.com authored
Kill AddSuccess and GTestTestResults (the latter is already unused, but was left out from deletion during https://codereview.chromium.org/430383003/) BUG=383639 Review URL: https://codereview.chromium.org/439553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287486 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
And Move api_resource_manager_unittest.cc to extensions_unittests to pass the unittest.(by using ExtensionsTest) BUG=397164, 354046 TEST=extensions_unittests Review URL: https://codereview.chromium.org/431023003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287485 0039d316-1c4b-4281-b951-d872f2087c98
-
tommycli@chromium.org authored
The in-process DeltaUpdateOps don't require content/ and can be eventually used on iOS, whereas the out-of-process version needs to stay in chrome/. Part 1d in design doc here: https://docs.google.com/document/d/1F76yNZCnPnGzgNXhI-sCFKlXulwx_s_OKTGbJS5NhbA/edit?usp=sharing BUG=371463 Review URL: https://codereview.chromium.org/420503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287484 0039d316-1c4b-4281-b951-d872f2087c98
-
eakuefner@chromium.org authored
We want to be able to ask for the current benchmark's name when generating results. This threads the benchmark through so that it will be available to results objects. Review URL: https://codereview.chromium.org/386943007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287483 0039d316-1c4b-4281-b951-d872f2087c98
-