- 29 Aug, 2014 2 commits
-
-
pkotwicz authored
BUG=None TEST=athena_unittests run again Review URL: https://codereview.chromium.org/517053002 Cr-Commit-Position: refs/heads/master@{#292510}
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/506773002 Cr-Commit-Position: refs/heads/master@{#292509}
-
- 28 Aug, 2014 38 commits
-
-
felt authored
BUG=402934 Review URL: https://codereview.chromium.org/515803002 Cr-Commit-Position: refs/heads/master@{#292508}
-
dnicoara authored
Finding the root cause of display configuration bugs is harder without knowing which displays were reported as connected. BUG=none Review URL: https://codereview.chromium.org/518553002 Cr-Commit-Position: refs/heads/master@{#292507}
-
jbauman authored
In this case the code below will ack the frame immediately anyway. TEST=BrowserTest.ShouldShowLocationBar Review URL: https://codereview.chromium.org/515373003 Cr-Commit-Position: refs/heads/master@{#292506}
-
fsamuel authored
BUG=408688 Test=Launch chrome://extensions with --enable-embedded-extension-options, open SPDY options, navigate to www.google.com, the "Options: SPDY Proxy Extension Options" entry should disappear from the Task Manager. Review URL: https://codereview.chromium.org/514653003 Cr-Commit-Position: refs/heads/master@{#292505}
-
markdittmer authored
BUG=377978 Review URL: https://codereview.chromium.org/493633003 Cr-Commit-Position: refs/heads/master@{#292504}
-
acolwell authored
Moving the Preload out of the content namespace and into BufferedDataSource since that class is the primary reason this enum exists. BUG=408338 Review URL: https://codereview.chromium.org/512413002 Cr-Commit-Position: refs/heads/master@{#292503}
-
tsepez authored
This brings in: f105b19 No need to release resources in destructor of CPDF_ShadingObject fdcc874 Restrict index not be greater than row_size in TIFF_PredictLine 405478d Use valid bpc value in LoadPalette() and ContinueToLoadMask() a67da71 Fix a bug when looping through m_pCompData 96f8786 Bounds check before fixed-size memcmp() in CJPX_Decoder::Init(). TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/515983005 Cr-Commit-Position: refs/heads/master@{#292502}
-
vitalybuka authored
Removed win_pdf_metafile_for_printing gyp option. Removed WIN_PDF_METAFILE_FOR_PRINTING define. BUG=170859 TBR=yzshen Review URL: https://codereview.chromium.org/516823002 Cr-Commit-Position: refs/heads/master@{#292501}
-
Brett Wilson authored
Previously "component" was a built-in function that forwarded to source_set, static_library, or shared_library depending on the value of component_mode. And test was a built-in function that forwarded to executable. These can be expressed as templates instead. This patch removes the built-in versions and implements the templates in the master build config file. Forwarding all of the variables for these is somewhat tedious, but I still prefer not to add a new concept for this, since it will be rarely used and less clear what is happening. With the updated BUILDCONFIG.gn file, the build will work with both the old and new GN version (the built-in version of component and test take precedence). When the new GN binary is pushed, we can remove the references to component_mode. BUG= R=hclam@chromium.org Review URL: https://codereview.chromium.org/516703005 Cr-Commit-Position: refs/heads/master@{#292500}
-
zork authored
BUG=381007 Review URL: https://codereview.chromium.org/517023002 Cr-Commit-Position: refs/heads/master@{#292499}
-
jbauman authored
Instead of requesting a layer, a copy of the entire surface is requested. Actually handling the request isn't implemented yet. BUG=397730 Review URL: https://codereview.chromium.org/509193002 Cr-Commit-Position: refs/heads/master@{#292498}
-
jrummell authored
Due to an issue in the CDM, when a session to be loaded is not found, the CDM calls PromiseResolve() instead of the expected PromiseResolveWithSession(""). This change detects this situation and handles it properly. BUG=408337 TEST=existing EME tests pass Review URL: https://codereview.chromium.org/518523002 Cr-Commit-Position: refs/heads/master@{#292497}
-
hubbe authored
More cleanup to come. BUG=406622 Review URL: https://codereview.chromium.org/514263002 Cr-Commit-Position: refs/heads/master@{#292496}
-
Rahul Chaturvedi authored
The initializer for the Copresence permission is malformed. It specifies the message id instead of the flag. R=kalman@chromium.org BUG=None. Review URL: https://codereview.chromium.org/523433002 Cr-Commit-Position: refs/heads/master@{#292495}
-
Scott Graham authored
125 comes from: 150% == 144 logpixels 125% == 120 logpixels 100% == 96 logpixels R=cpu@chromium.org, sky@chromium.org, ananta@chromium.org BUG=395425 Review URL: https://codereview.chromium.org/516743002 Cr-Commit-Position: refs/heads/master@{#292494}
-
cpu authored
On Windows the message pump code tried to manage the systemwide timer resolution to fire delayed tasks with better than 15ms resolution but it is buggy. This is https://codereview.chromium.org/395913006 please see that review for rationale. BUG=153139 TBR=jamesr,darin TEST=included, also see bug for manual verification. Review URL: https://codereview.chromium.org/509223002 Cr-Commit-Position: refs/heads/master@{#292493}
-
stevenjb authored
BUG=407162 Review URL: https://codereview.chromium.org/511923002 Cr-Commit-Position: refs/heads/master@{#292492}
-
noamsml authored
The Privet filesystem code is unmaintained, and it isn't aligned with PrivetV3. Remove it for now. BUG= Review URL: https://codereview.chromium.org/492693004 Cr-Commit-Position: refs/heads/master@{#292491}
-
aboxhall authored
https://codereview.chromium.org/491483006 BUG=406622 Review URL: https://codereview.chromium.org/497263002 Cr-Commit-Position: refs/heads/master@{#292490}
-
mef authored
BUG=390267 Review URL: https://codereview.chromium.org/513413002 Cr-Commit-Position: refs/heads/master@{#292489}
-
vitalybuka authored
Removed header_footer_info_ member. BUG=263710 Review URL: https://codereview.chromium.org/510253002 Cr-Commit-Position: refs/heads/master@{#292488}
-
dcheng authored
BUG=110610 Review URL: https://codereview.chromium.org/515093003 Cr-Commit-Position: refs/heads/master@{#292487}
-
Nasko Oskov authored
This CL is a reland of https://codereview.chromium.org/479403004/ without the part enabling the test. The test is failing due to several bugs, some of which are fixed in this CL and some others lingering. The goal is to reland these fixes without enabling the test and fixing the rest of the issues in followup changes. BUG=304341 R=avi@chromium.org, creis@chromium.org Review URL: https://codereview.chromium.org/509063004 Cr-Commit-Position: refs/heads/master@{#292486}
-
jsbell authored
The Blob type was serialized/restored correctly on the Blink side, but not on the Chromium side, so when reading a Blob as a stream the type would be unset. BUG=408120 R=cmumford@chromium.org TEST=https://codereview.chromium.org/509213005 Review URL: https://codereview.chromium.org/511373002 Cr-Commit-Position: refs/heads/master@{#292485}
-
rsleevi authored
BUG=401365 Review URL: https://codereview.chromium.org/514083002 Cr-Commit-Position: refs/heads/master@{#292484}
-
mukai authored
This will cancel the virtual keyboard. BUG=404110, 403813 R=oshima@chromium.org TEST=manually && athena_unittests Review URL: https://codereview.chromium.org/512963002 Cr-Commit-Position: refs/heads/master@{#292483}
-
ccameron authored
This is now only used in the context of the browser compositor, so move the code there. Move the software layer code over to compositor as well. Rename structures to de-empahsize 'compositing' (everything is running through the compositor now). BUG=314190 TBR=kbr@chromium.org Review URL: https://codereview.chromium.org/511923004 Cr-Commit-Position: refs/heads/master@{#292482}
-
ccameron authored
Revert of Revert of Fix assorted issues with remote CoreAnimation (patchset #1 of https://codereview.chromium.org/517733002/) Reason for revert: Patch was reverted in error Original issue's description: > Revert of Fix assorted issues with remote CoreAnimation (patchset #2 of https://codereview.chromium.org/516643002/) > > Reason for revert: > Speculatively reverting to see if this helps the mac perf bots: > https://code.google.com/p/chromium/issues/detail?id=408673 > > Original issue's description: > > Fix assorted issues with remote CoreAnimation > > > > These issues came up while running for a few days with the > > flag --enable-remote-core-animation. > > > > Fix flashes of old frames by hooking up the DiscardBackbuffer (which > > happens when being made non-visible) to re-set the CAContext and > > CALayer (so the browser gets a new one with new content for the next > > frame). > > > > Add support for disabling vsync by using setNeedsDisplay to draw. > > > > Change the backpressure mechanism to rely on the browser to apply > > backpressure in its compositor via the cc:: output surface. > > > > Add a ScopedSetGLToRealGLApi structure to ensure that we are talking > > to the real GL API while in the CoreAnimation callback. > > > > BUG=312462 > > > > Committed: https://chromium.googlesource.com/chromium/src/+/3b6aee8ed0393d852ed21fae78f539ffffe3e8f8 > > TBR=piman@chromium.org,ccameron@chromium.org > NOTREECHECKS=true > NOTRY=true > BUG=312462 > > Committed: https://chromium.googlesource.com/chromium/src/+/07539c445c9fa7161b3da9031cf440a2b657dd18 TBR=piman@chromium.org,epenner@chromium.org NOTREECHECKS=true NOTRY=true BUG=312462 Review URL: https://codereview.chromium.org/517143002 Cr-Commit-Position: refs/heads/master@{#292481}
-
Ben Smith authored
BUG=none R=bradnelson@google.com, bradnelson@chromium.org Review URL: https://codereview.chromium.org/495423010 Cr-Commit-Position: refs/heads/master@{#292480}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/fd759a525b9eb5c4889947a317439bd510b2a969..5d3187faa8b0dc282ac6f16311c8ba96bfb91bd8 TBR=mlamouri@chromium.org,hclam@chromium.org Review URL: https://codereview.chromium.org/517783002 Cr-Commit-Position: refs/heads/master@{#292479}
-
Sam Clegg authored
R=binji@chromium.org Review URL: https://codereview.chromium.org/514333002 Cr-Commit-Position: refs/heads/master@{#292478}
-
lfg authored
AppView internal API doesn't need to go through ExtensionsAPIClient anymore, since AppView is now in extensions. BUG=352290 Review URL: https://codereview.chromium.org/498303002 Cr-Commit-Position: refs/heads/master@{#292477}
-
prasadv authored
If the script is switching between Blink and WebKit during bisect, over a year it's been only blink for chromium and we don't need these codes. BUG= NOTRY=true Review URL: https://codereview.chromium.org/513253003 Cr-Commit-Position: refs/heads/master@{#292476}
-
maruel authored
$ git log b8aeeaef0..e7d8b9884 --date=short --format='%ad %ae %s' | sed 's/@chromium\.org//' 2014-08-26 vadimsh Fix cacert.pem extraction from zip. 2014-08-26 kmg Add output location on isolateserver to JSON 2014-08-25 vadimsh Make net.url_open reuse connections again. R=vadimsh@chromium.org BUG= Review URL: https://codereview.chromium.org/514173002 Cr-Commit-Position: refs/heads/master@{#292475}
-
mfoltz authored
BUG=338449 Review URL: https://codereview.chromium.org/503503003 Cr-Commit-Position: refs/heads/master@{#292474}
-
felt authored
BUG=404472 Review URL: https://codereview.chromium.org/512983003 Cr-Commit-Position: refs/heads/master@{#292473}
-
dtu authored
-state is disabled by default. BUG=336558 TEST=None. R=tonyg NOTRY=True Review URL: https://codereview.chromium.org/512383002 Cr-Commit-Position: refs/heads/master@{#292472}
-
jmadill authored
These tests were not previously triggered, but were previously failing. BUG=408251 TBR=kbr@chromium.org Review URL: https://codereview.chromium.org/512353003 Cr-Commit-Position: refs/heads/master@{#292471}
-