- 04 Aug, 2014 27 commits
-
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=179457:179459&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/433383003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287305 0039d316-1c4b-4281-b951-d872f2087c98
-
sohan.jyoti@samsung.com authored
During cleanup, this keeps the tiles around until the associated raster tasks completes running on the worker thread. We reset the priority of the tile on the tree it lies before dropping it. BUG=386039 Review URL: https://codereview.chromium.org/366113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287304 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
BUG=347425 TEST=./unit_tests --gtest_filter="RemoteTo*:LocalTo*:Metadata*:DriveBackend*:ListChange*:Register" Review URL: https://codereview.chromium.org/437943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287303 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
Created a new class AppWebContentsHelper and moved the implementation of several WebContentsDelegate methods (those which are not specific to app windows) from AppWindow to there. AppWindow just calls those methods. This will enable custom launcher pages to implement WebContentsDelegate without duplicating a lot of code from AppWindow. BUG=399116 Review URL: https://codereview.chromium.org/423453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287302 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
Now that all of the tests run on both BoringSSL and NSS, there is no need for the MAYBE() macro. Review URL: https://codereview.chromium.org/430733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287301 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This is pretty straightforward, just moving the remaining mac tests from ui_unittests.gyp to gfx_tests.gyp. gfx_unittests now has a TestSuite that setups everything we need to run it. BUG=331829 TEST=ui_unittests, gfx_unittests TBR=ben@chromium.org,danakj@chromium.org Review URL: https://codereview.chromium.org/435163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287300 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=396344 TBR=calamity@chromium.org Review URL: https://codereview.chromium.org/439203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287299 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287298 0039d316-1c4b-4281-b951-d872f2087c98
-
stanisc@chromium.org authored
This change introduces implementations of UIDataTypeController and SyncableService for DEVICE_INFO type and corresponding unit tests. This types are not hooked to Profile Sync Service yet. The next change (part 3) will move all DeviceInfo related classes to sync_driver component and the final change (part 4) will hook everything up and remove the legacy SyncedDeviceTracker. BUG=395349 Review URL: https://codereview.chromium.org/430583003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287297 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
BUG=None TEST=Build successfully Review URL: https://codereview.chromium.org/436193003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287296 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287295 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=179456:179456&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/441613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287294 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/426923004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287293 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Also do not bother building PPAPI test support code when plugins are disabled. Review URL: https://codereview.chromium.org/435603006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287292 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
It needs a better compositor setup for the tests to actually pass, but it compiles now. Changes were to fix the concept of "parent", which is a container aura::Window in Ash, and NULL on other platforms. However, the parent type for Widgets is a NativeView, not a NativeWindow. Gyp changes are required to resolve undefined symbols "ui::{Terminate,Initialize}ContextFactoryForTests()". This is called from ViewsTestBase in views_test_support, but views_test_support is missing the dependency on compositor_test_support where these are defined. On other platforms, this leaks in via aura stuff. BUG=365977, 399191 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/438533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287291 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
"context" changed from a NativeView to a NativeWindow in r283126. This gets app_list_demo up to speed. BUG=365977, 399191 Review URL: https://codereview.chromium.org/436513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287290 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287284 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287283 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=179455:179455&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/437123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287282 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
Previously, Video Player tried loading even if it's not installed. This patch checks the status of load and if the load is failed, installs the extension in background and tries loading again. BUG=399557 TEST=manually tested R=hirono@chromium.org, kinaba@chromium.org TBR=mkearney@chromium.org # TBRing for adding argument to private API in the idl file. Review URL: https://codereview.chromium.org/437593006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287280 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=None TEST=None R=brettw TBR=sky Review URL: https://codereview.chromium.org/433603006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287279 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none NOTRY=true Review URL: https://codereview.chromium.org/439113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287278 0039d316-1c4b-4281-b951-d872f2087c98
-
sammc@chromium.org authored
These buffer interfaces will allow SerialIoHandler to support both the existing SerialConnection implementation and one implemented using Mojo data pipes. BUG=389016 Review URL: https://codereview.chromium.org/423373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287277 0039d316-1c4b-4281-b951-d872f2087c98
-
samli@chromium.org authored
Change WebAnimation to WebCompositorAnimation Change WebAnimationCurve to WebCompositorAnimationCurve Change WebAnimationDelegate to WebCompositorAnimationDelegate This is patch 2 of 3. This builds on http://crrev.com/414643002 BUG=396358 Review URL: https://codereview.chromium.org/413983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287276 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
Original code review: https://codereview.chromium.org/436753002/ TBR=agl@chromium.org,rch@chromium.org BUG=399457 Review URL: https://codereview.chromium.org/439133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287275 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287272 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=179454:179454&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/439663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287271 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Aug, 2014 13 commits
-
-
jamescook@chromium.org authored
Previously it ran as part of Chrome's unit_tests. This requires factoring out the usage of TestingProfile and swapping in a MockExtensionSystem. BUG=397164 TEST=extensions_unittests Review URL: https://codereview.chromium.org/428953003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287267 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=397066 TBR=earthdok@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/437083003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287266 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
If |db_iterator_->Valid()| was false AND |map_iterator_ != db_->pending_.end()|, |Iterator->Next()| did nothing. BUG=None TEST=./unit_tests --gtest_filter="LevelDBWrapperTest.*" Review URL: https://codereview.chromium.org/426063008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287265 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287264 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
465c2a8 Fix buffer size boundary check offset by 1 90d1f9b Add more |bpc| value check in GetValidBpc() b7e2af9 Fix for min/max compile error on Windows d4ca3b4 Revert 'gn: cross-platform exception disable' 4923e3c gn: cross-platform exception disable ecc73b9 remove .gitattributes to prevent automatic CRLF conversions 515c26b Correct the names of the FX_SAFE_* typedefs. 09363c8 Fix a few more -Wreorder warnings. c2df91c Remove CPDFSDK_Annot::ResetAppearance(). 2fd400c Fix integer overflow when stretch bitmap 10ec7ca Fix uninitialized coords and one of infinite loops 55681f9 Remove a few unused variables, functions, and member variables. ec570e5 Fix a few -Wreorder warnings. 96608b3 Add missing braces for aggregate initializers. f04bd76 Fix potential integer overflow in fpdf_render_loadimage.cpp f1d18bb Attempt to fix some -Woverloaded-virtual warnings. fe08482 Fix incorrect override of GetLayoutOrder(). 8dee6ca Fix the potential integer overflow from 'offset+size' in extension.h and fpdfview.cpp 0d3b5cc Speculative fix for uninitialized value in CFX_ByteString(). cc96527 Fix the typo of "Resources" keyword 621d4de Tidy up app::response(). 6c55495 Fix a few more warnings in chromium_code mode. c77e8f7 Remove a few unused variables, functions, and tables. 3b07e75 Remove 'inline' from two methods. e7e6ca4 CalRGB color correction 3414a64 This change is for fixing the potential integer overflow from "offset + size" BUG=382667,392956,391929,387854,395636 TBR=palmer@chromium.org Review URL: https://codereview.chromium.org/432173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287263 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=290435 TBR=rtoy@chromium.org Review URL: https://codereview.chromium.org/433353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287262 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
This prevents --install-chrome-app from being used to install malicious extensions. BUG=341353 Review URL: https://codereview.chromium.org/434843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287261 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287260 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=179452:179453&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/439083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287259 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=388515 TEST=build Review URL: https://codereview.chromium.org/437793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287258 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
Before, if NSS version was < 3.15.1, then the ScopedTempDir was destructed without ScopedAllowIO and lead to a thread restriction violation. Now, the temp dir is not deleted in this case as the NSS DB is left open. BUG=210525 TBR=rsleevi@chromium.org Review URL: https://codereview.chromium.org/423363005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287257 0039d316-1c4b-4281-b951-d872f2087c98
-
r.ghatage@samsung.com authored
Repeated longpress and tap gestures were resetting the cached handle positions in anticipation of receiving updated values from the renderer. However, if the gesture failed to change the selection position, no update was received, and subsequent taps on the handle would improperly position the paste popup at the reset position. Fix this by avoiding cached position resets when the insertion or selection is already active. BUG=399222 Review URL: https://codereview.chromium.org/434583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287256 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://interstitialsmeacer@chromium.org authored
Previous patch leaked interstitial_page_ in SSLBlockingPage and SafeBrowsingBlockingPage because the interstitial was never shown even though it was instantiated. This CL fixes that. BUG=389749 TBR=felt@chromium.org,palmer@chromium.org,noelutz@google.com,mattm@chromium.org Review URL: https://codereview.chromium.org/427723003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287255 0039d316-1c4b-4281-b951-d872f2087c98
-