- 07 Jan, 2013 16 commits
-
-
gab@chromium.org authored
NOTRY=True Review URL: https://chromiumcodereview.appspot.com/11759024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175335 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175334 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
> Revert 175328 > > > Roll Skia DEPS to r7044 & add SK_IGNORE_TRANS_CLAMP_FIX and SK_IGNORE_FAST_SCALEMATRIX_INVERT > > > > control: https://codereview.chromium.org/11791014/ > > Review URL: https://codereview.chromium.org/11779016 > > TBR=robertphillips@google.com > Review URL: https://codereview.chromium.org/11784021 TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/11779021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175333 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
This test hardcodes a date in Jan 2013, so it's broken now BUG=168561 TBR=achuith@chromium.org Review URL: https://codereview.chromium.org/11785020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175332 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175331 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
> Roll Skia DEPS to r7044 & add SK_IGNORE_TRANS_CLAMP_FIX and SK_IGNORE_FAST_SCALEMATRIX_INVERT > > control: https://codereview.chromium.org/11791014/ > Review URL: https://codereview.chromium.org/11779016 TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/11784021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175330 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175329 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
control: https://codereview.chromium.org/11791014/ Review URL: https://codereview.chromium.org/11779016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175328 0039d316-1c4b-4281-b951-d872f2087c98
-
perkj@chromium.org authored
BUG=166738 Review URL: https://codereview.chromium.org/11618019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175324 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
TBR=xians BUG=166523 TEST=Misc set of WebRTC audio clients on Mac. Review URL: https://codereview.chromium.org/11773017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175323 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175320 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=167722 TEST=unit_tests --gtest_filter="DriveSystemServiceTest.InitialFeedFetch" Review URL: https://codereview.chromium.org/11775014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175319 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
The condition file_watchers_.empty() does not hold if user signed out with Files.app opened (onunload looks intentionally suppressed http://crbug.com/123107 in this case). So DCHECK is not appropriate. That said, the check can be useful to detect possible future regressions to forget unregistering the file watch. So keeping it as DLOG should be useful. BUG=126275 Review URL: https://codereview.chromium.org/11776018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175317 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
And switch to the existing AlternateNavInfoBar[Delegate] classes. BUG=164772 R=pkasting@chromium.org TBR=ben@chromium.org NOTRY=True # ios_dbg_simulator seems to be broken in lkgm? Review URL: https://codereview.chromium.org/11721003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175313 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@google.com authored
BUG=124444 TBR=apatrick@chromium.org Review URL: https://codereview.chromium.org/11779015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175312 0039d316-1c4b-4281-b951-d872f2087c98
-
yosin@chromium.org authored
In BookmarkTree.handleMoved(), moved tree item (bookmark folder) is unregistered by BookmarkTree.remove(), which overrides Tree.remove() and deletes child folder node from node id to node map, treeLookup[]. This causes subsequent move operation for moved tree item doesn't update BookmarkTree UI. Because moved tree item no longer in BookmarkTree look up table. This patch removes override method BookmarkTreeItem.remove() for keeping removed node in treeLookup[]. BUG=123535 Review URL: https://codereview.chromium.org/11635038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175311 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Jan, 2013 10 commits
-
-
jamesr@chromium.org authored
> Make RenderWidget responsible for the composited view's lifetime > > Chromium side of https://bugs.webkit.org/show_bug.cgi?id=105071. > content::RenderWidget constructs a WebLayerTreeView when WebKit > asks it and then retains ownership. This has to be destroyed > before the WebWidget is closed since the WLTVClient is (currently) > a WebKit object. > > BUG=156175 > TBR=piman@chromium.org for content/content_renderer.gypi > > Review URL: https://codereview.chromium.org/11575049 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/11794018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175304 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
Chromium side of https://bugs.webkit.org/show_bug.cgi?id=105071. content::RenderWidget constructs a WebLayerTreeView when WebKit asks it and then retains ownership. This has to be destroyed before the WebWidget is closed since the WLTVClient is (currently) a WebKit object. BUG=156175 TBR=piman@chromium.org for content/content_renderer.gypi Review URL: https://codereview.chromium.org/11575049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175303 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
Restructured this code quite a bit to use the new shortcut magic. Added tests which turned out to expose edge cases that I think weren't covered by the previous implementation (i.e. would potentially update shortcuts when unecessary -- flashing the desktop in the process -- or not do it when necessary). NOTRY=TRUE (Actually dis use CQ at first, but iOS is messes up at LKGR looks like...) BUG=142980 TEST=Pin Desktop shortcut to Start Screen or pin chrome.exe directly to the start screen via context menu. Notice that there are now multiple shortcuts of Chrome (non-tiled; 1 for each "Pin to Start" action; upon launching Chrome those should all be merged down to one Chrome tile shortcut (not on the file system, but visually on the Start Screen itself). Note: if you do try this; there is an intentional 15s delay before the migration kicks in to avoid delaying Chrome startup; so be patient, it will work ;)! Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175230 Review URL: https://chromiumcodereview.appspot.com/11712003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175302 0039d316-1c4b-4281-b951-d872f2087c98
-
dharani@google.com authored
> Windows: Remove content's dependency on d3dx9_43.dll. > > ANGLE doesn't need this loaded anymore. > > Review URL: https://chromiumcodereview.appspot.com/11737027 TBR=apatrick@chromium.org Review URL: https://codereview.chromium.org/11791013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175301 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
BUG=168128,168129 TEST=Added unittests; demo page works. Review URL: https://codereview.chromium.org/11787012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175300 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
BUG=168128,168129 TEST=Added unittests; demo page works. Review URL: https://codereview.chromium.org/11745026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175299 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175298 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
I see these accidentally leak into codereview sometimes, and it'd be nice to just have it automatically be prevented. NOTRY=true R=danakj@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/11794017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175296 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
Previously, we'd activate the pending tree if there were similar numbers of checkerboards, but this could cause unfortunate flashing. Now, only activate the tree if all the tiles in the 'now' bin (high-res, visible) are ready. NOTRY=true R=nduca@chromium.org BUG=155209 Review URL: https://chromiumcodereview.appspot.com/11734007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175295 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
Let's not contribute to spamming the console with messages. NOTRY=true R=danakj@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/11778009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175294 0039d316-1c4b-4281-b951-d872f2087c98
-
- 05 Jan, 2013 14 commits
-
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175287 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175285 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175284 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
BUG=none NOTRY=true Review URL: https://codereview.chromium.org/11794014 Patch from Terry Anderson <tdanderson@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175283 0039d316-1c4b-4281-b951-d872f2087c98
-
justinlin@chromium.org authored
Fix regression with audio mirroring due to observers being added while iterating over the list of observers which causes an infinite loop. BUG=168362 Review URL: https://chromiumcodereview.appspot.com/11785002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175282 0039d316-1c4b-4281-b951-d872f2087c98
-
dharcourt@chromium.org authored
Adjusted the padding and vertical justification of elements in the notification view to match specifications and mock-ups. BUG=161101,164292 Review URL: https://chromiumcodereview.appspot.com/11578060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175281 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
I've fixed the dependencies, so we can now support building the sandbox and running the tests as part of a normal Win64 build. BUG=168414 Review URL: https://chromiumcodereview.appspot.com/11788002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175278 0039d316-1c4b-4281-b951-d872f2087c98
-
jyasskin@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11761031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175277 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
directory Review URL: https://chromiumcodereview.appspot.com/11788003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175276 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
When a parent compositor is present (ie, ubercompositor), throttle to a single pending frame. Tests: LayerTreeHostTestMaxPendingFrames.DelegatingRenderer LayerTreeHostTestMaxPendingFrames.GLRenderer BUG=123444 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11747002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175275 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=168084 Review URL: https://chromiumcodereview.appspot.com/11776006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175274 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11789002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175273 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11784005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175272 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
BUG=168200 Review URL: https://chromiumcodereview.appspot.com/11775005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175270 0039d316-1c4b-4281-b951-d872f2087c98
-