- 30 Sep, 2014 40 commits
-
-
jmedley authored
BUG=none R= TEST=none NOTRY=true (documentation only change) Review URL: https://codereview.chromium.org/604833006 Cr-Commit-Position: refs/heads/master@{#297511}
-
nednguyen authored
Make Page subclasses UserStory & PageSet subclasses UserStorySet. BUG=418278 Review URL: https://codereview.chromium.org/612963002 Cr-Commit-Position: refs/heads/master@{#297510}
-
sandersd authored
Review URL: https://codereview.chromium.org/616933003 Cr-Commit-Position: refs/heads/master@{#297509}
-
brettw authored
Review URL: https://codereview.chromium.org/610293003 Cr-Commit-Position: refs/heads/master@{#297508}
-
tommycli authored
BUG= Review URL: https://codereview.chromium.org/618753003 Cr-Commit-Position: refs/heads/master@{#297507}
-
kareng authored
Revert of Pending tasks in a message loop should be deleted before shutting down Blink (patchset #9 id:160001 of https://codereview.chromium.org/583043005/) Reason for revert: BUG=418206 broke canary AGAIN! please do NOT reland without fixing! https://code.google.com/p/chromium/issues/detail?id=418206 Original issue's description: > Pending tasks in a message loop should be deleted before shutting down Blink > > Currently Blink is shut down before all the pending tasks in the message loop are deleted. This is problematic in Oilpan because a destructor of the pending tasks can touch Oilpan objects. Because Oilpan is already detached from the renderer thread at that point, touching Oilpan objects in the destructor leads to a crash. (See the bug report for a concrete scenario.) > > To prevent Blink objects from getting accessed after Blink is shut down, this CL deletes all pending tasks in a message loop before shutting down Blink. > > BUG=411026 > TEST=None. I cannot reproduce the crash. > > Committed: https://crrev.com/fdd5612c20f777e1279efd7c1e99d82ed04afaaf > Cr-Commit-Position: refs/heads/master@{#296697} > > Committed: https://crrev.com/16d32a9f7f6d1ebb639cacedb5156272a9fec764 > Cr-Commit-Position: refs/heads/master@{#297338} TBR=tkent@chromium.org,jochen@chromium.org,jamesr@chromium.org,ager@chromium.org,jar@chromium.org,haraken@chromium.org NOTREECHECKS=true NOTRY=true BUG=411026 Review URL: https://codereview.chromium.org/614233002 Cr-Commit-Position: refs/heads/master@{#297506}
-
dmazzoni authored
We will remove this suppression once all of the builders support the L SDK. BUG=405174,398669,411361,411366,411367,411376,416041 Review URL: https://codereview.chromium.org/615163002 Cr-Commit-Position: refs/heads/master@{#297505}
-
viettrungluu authored
This really handles two cases. (I want to remove these altogether, but splitting them up helps my sanity.) R=brettw@chromium.org Review URL: https://codereview.chromium.org/612903003 Cr-Commit-Position: refs/heads/master@{#297504}
-
chrisphan authored
Resubmitting: https://codereview.chromium.org/580293002/ Reason: bisect-perf-regression.py was renamed. BUG= Review URL: https://codereview.chromium.org/617963003 Cr-Commit-Position: refs/heads/master@{#297503}
-
oshima authored
Prep to create browsertest for athena. as it needs to exclude most of tests first. BUG=None Review URL: https://codereview.chromium.org/614173002 Cr-Commit-Position: refs/heads/master@{#297502}
-
meacer authored
BUG=418851 TBR=bauerb@chromium.org Review URL: https://codereview.chromium.org/613333002 Cr-Commit-Position: refs/heads/master@{#297501}
-
morrita authored
The MSDN document suggests that with overlapped I/O, |lpNumberOfBytesRead| parameter of ReadFile() API isn't reliable and shouldn't be used. GetOverlappedResult() should be used instead, according to the doc. See: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365467(v=vs.85).aspx This is a speculative crash fix for crbug.com/41509. The crash happens only on Windows. The report also implies that there might be some message duplication.It is possible if the value of |lpNumberOfBytesRead| is wrong. BUG=415059 R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/616043003 Cr-Commit-Position: refs/heads/master@{#297500}
-
John Abd-El-Malek authored
BUG=414808 R=maruel@chromium.org Review URL: https://codereview.chromium.org/615043004 Cr-Commit-Position: refs/heads/master@{#297499}
-
andresantoso authored
When linking with >=10.9 SDK, NSThemeFrame will have wantsLayer=YES and wantsUpdateLayer=YES, resulting in the swizzled drawRect to be ineffective (updateLayer is called instead of drawRect). This patch moves the drawing of the theme image behind the tab strip area to use a small subview instead. This subview is positioned at the top of the window, behind its sibling views. The view will redraw when the window's activation state changes because the theme image may be different. NativeAppWindowCocoa is another user of the swizzled drawRect, so I'm not removing the swizzling yet in this CL. BUG=417872 Review URL: https://codereview.chromium.org/611453004 Cr-Commit-Position: refs/heads/master@{#297498}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/07d889d..11ceb35 TBR=zmo@chromium.org,eustas@chromium.org Review URL: https://codereview.chromium.org/617023002 Cr-Commit-Position: refs/heads/master@{#297497}
-
samuong authored
BUG=chromedriver:906 Review URL: https://codereview.chromium.org/605143002 Cr-Commit-Position: refs/heads/master@{#297496}
-
clamy authored
Part of the PlzNavigate navigation refactoring project. This CL implements CommitNavigation on the browser side, so that the proper parameters can be passed to the renderer when navigations are ready to commit. BUG=376091 Review URL: https://codereview.chromium.org/483773002 Cr-Commit-Position: refs/heads/master@{#297495}
-
stanisc authored
This change moves mock and test classes related to DeviceInfo datatype to components/sync_driver and removes dependencies on chrome and content layers. The change is mostly trivial / mechanical renaming. BUG=396136 TBR=jyasskin@chromium.org,pkasting@chromium.org,ben@chromium.org Review URL: https://codereview.chromium.org/612103005 Cr-Commit-Position: refs/heads/master@{#297494}
-
vitalybuka authored
Now settings page from Chrome OS does not apply uber.css. BUG=178819,412272 Review URL: https://codereview.chromium.org/613683004 Cr-Commit-Position: refs/heads/master@{#297493}
-
garykac authored
BUG= Review URL: https://codereview.chromium.org/613313002 Cr-Commit-Position: refs/heads/master@{#297492}
-
slamm authored
BUG=404771 Review URL: https://codereview.chromium.org/616923002 Cr-Commit-Position: refs/heads/master@{#297491}
-
sievers authored
There is a lot of unreached image transport code due to - TextureImageTransportSurface actually being unused as a transport surface now (we either use delegated rendering or composite-to-mailbox) - Mac using delegated rendering TBR=sky@chromium.org Review URL: https://codereview.chromium.org/615503004 Cr-Commit-Position: refs/heads/master@{#297490}
-
luken authored
Currently even if a valid file is selected the OpenFileDialog is likely to return an emtpy FilePath, depending on what is in memory after the sole string returned by the Windows OFD. The code as written assumes the Windows OFD will always return a null-terminated list of null-terminated strings when returning successfully from the call to the OFD. However if you check the MSDN documentation at: http://msdn.microsoft.com/en-us/library/windows/desktop/ms646839(v=vs.85).aspx You will find this is not the case, and the return value depends on the presence of OFN_ALLOWMULTISELECT in the Flags argument. If that value is not set, which it is not in the case of single-file selection, then there is only a single string in |openfilename_.lpstrFile|, and the code within OpenFileName::GetResult() blows past that single NULL and into unitialized memory, which ::GetSingleResult then assumes means an invalid return filename and returns the empty FilePath. This CL repairs that situation so that GetSingleResult now DCHECKS that the OFN_ALLOWMULTISELECT is not there and returns the string directly, and ::GetResult() asserts that the flag is present and continues to do its multi-value parsing that it was doing before. BUG=418760 TEST=Launch Chrome, hit CTRL+O to open a file, chose a valid test html file, observe that the browser doesn't crash and successfully opens that file. Review URL: https://codereview.chromium.org/618503002 Cr-Commit-Position: refs/heads/master@{#297489}
-
shreeram.k authored
This CL depends on blink side CL https://codereview.chromium.org/590183003/ BUG=282016 Review URL: https://codereview.chromium.org/591363003 Cr-Commit-Position: refs/heads/master@{#297488}
-
nednguyen authored
BUG= Review URL: https://codereview.chromium.org/607273002 Cr-Commit-Position: refs/heads/master@{#297487}
-
mad authored
BUG=None Review URL: https://codereview.chromium.org/613243002 Cr-Commit-Position: refs/heads/master@{#297486}
-
ccameron authored
Allow SkiaBitLockers to specify that they should record a bitmap at a specified scale. Callers that know that they will be replayed at a given scale factor can specify the final scale during record. BUG=408557 Review URL: https://codereview.chromium.org/611253004 Cr-Commit-Position: refs/heads/master@{#297485}
-
vitalyp authored
Remove assert() from getChildElement() to fix the bug caused by https://chromiumcodereview.appspot.com/575333002/ BUG=418532 R=vitalybuka@chromium.org Review URL: https://codereview.chromium.org/617973002 Cr-Commit-Position: refs/heads/master@{#297484}
-
kmarshall authored
Reenable Valgrind runs for CastTransport unit tests. R=miu,oshima BUG=418767 TBR=wez@chromium.org Review URL: https://codereview.chromium.org/598333003 Cr-Commit-Position: refs/heads/master@{#297483}
-
dfalcantara authored
* Changes Tab::LoadIfNeeded()/Tab.loadIfNeeded() to return true if the call was "handled" and false if it failed. * DevTools checks if LoadIfNeeded() fails, and bails out if it does. BUG=403592 Review URL: https://codereview.chromium.org/618513002 Cr-Commit-Position: refs/heads/master@{#297482}
-
ckocagil authored
BUG=354261 R=brettw TBR=piman,wtc NOTRY=true Review URL: https://codereview.chromium.org/603143002 Cr-Commit-Position: refs/heads/master@{#297481}
-
zty authored
BUG=411131 R=navabi@chromium.org Review URL: https://codereview.chromium.org/614083003 Cr-Commit-Position: refs/heads/master@{#297480}
-
Viet-Trung Luu authored
R=brettw@chromium.org Review URL: https://codereview.chromium.org/612183002 Cr-Commit-Position: refs/heads/master@{#297479}
-
bokan authored
The compositor adjusts the viewport bounds based on how far the top controls are shown; however, the resize of the viewport on the Blink side doesn't happen until a Resize event is received, which is heavily throttled. This means that when a commit happens before the Resize, the scroll offsets given to Blink may be outside the maximum bounds and will be incorrectly clamped. This CL adjusts FrameView's maximumScrollPosition to account for the drift in where Blink and the Compositor think the top controls are. Blink-side: https://codereview.chromium.org/560623002/ BUG=412581 Review URL: https://codereview.chromium.org/563513002 Cr-Commit-Position: refs/heads/master@{#297478}
-
mukai authored
BUG=None R=cmasone@chromium.org TBR=jln@chromium.org TEST=comparing generated libva files between gyp and gn Review URL: https://codereview.chromium.org/601923005 Cr-Commit-Position: refs/heads/master@{#297477}
-
gunsch authored
R=lcwu@chromium.org BUG=None Review URL: https://codereview.chromium.org/618873002 Cr-Commit-Position: refs/heads/master@{#297476}
-
jdduke authored
There are a number of key, hot routines in gfx and gfx_geometry. Enable -O2 for these targets. BUG=411909,419051 Review URL: https://codereview.chromium.org/612513003 Cr-Commit-Position: refs/heads/master@{#297475}
-
earthdok authored
Some cases are simple enough that a search and replace is sufficient. At the same time, the fewer patches we have, the less time will be spent rebasing them. BUG=414189 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/618013002 Cr-Commit-Position: refs/heads/master@{#297474}
-
John Abd-El-Malek authored
They need base.isolate to bring in the VS runtime DLLs. BUG=414808 R=maruel@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/ae092e2a50702e43fc8165eaadd84c7f64977945 Review URL: https://codereview.chromium.org/617983002 Cr-Commit-Position: refs/heads/master@{#297473}
-
sky authored
It was possible for us to send it before. BUG=none TEST=none R=ben@chromium.org, darin@chromium.org Review URL: https://codereview.chromium.org/617513003 Cr-Commit-Position: refs/heads/master@{#297472}
-