- 21 Sep, 2014 4 commits
-
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#295900}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/3c196de..00a138c CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=borenet@google.com Review URL: https://codereview.chromium.org/589923002 Cr-Commit-Position: refs/heads/master@{#295899}
-
John Abd-El-Malek authored
Disable NaClBrowserTestNewlib.IrtException on Windows to see if that gets rid of the hung browser test binaries. BUG=416272 TBR=uekawa@chromium.org Review URL: https://codereview.chromium.org/591883002 Cr-Commit-Position: refs/heads/master@{#295898}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/e266d9c..70e09f7 TBR= Review URL: https://codereview.chromium.org/588933002 Cr-Commit-Position: refs/heads/master@{#295897}
-
- 20 Sep, 2014 36 commits
-
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/bcf65c8..e266d9c TBR= Review URL: https://codereview.chromium.org/587653004 Cr-Commit-Position: refs/heads/master@{#295896}
-
yoshiki authored
Sometimes, the status icon was shown in unexpected timing. This might be because the animation is re-fired when the dom is restyled. This patch fixes it. BUG=none TEST=Open window->play video->pause->close window. Repeat it 20 times and observe no issue. Review URL: https://codereview.chromium.org/573233002 Cr-Commit-Position: refs/heads/master@{#295895}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/665ffc7..bcf65c8 TBR= Review URL: https://codereview.chromium.org/586293002 Cr-Commit-Position: refs/heads/master@{#295894}
-
yoshiki authored
Previously, thumbnails of offline-available non-image files were not shown. This was because we tried to show self-generated thumbnails when the file cache was present. But we can't generate thumbnails of non-image so the thumbnails of video files were not shown. With this patch, if thumbnail can't be generated, the thumbnail from the external provider shows instead. BUG=415048 TEST=manual tested Review URL: https://codereview.chromium.org/574293002 Cr-Commit-Position: refs/heads/master@{#295893}
-
Pavel Sergeev authored
List of changes: * Added all core-elements and paper-elements provided by Polymer. * Added web-animations-js (a dependency of core-animation element). * Components moved to 'components' subdirectory. * Added a presubmit check verifying that the list of dependencies from bower.json and the list of components installed to 'components' are the same. (see README.chromium for details). * Updated README.chromium * Updated pathes to polymer.js and platform.js in projects that use them. This CL doesn't change polymer and platform components. Landed manually, because of the bug in the commit queue (http://crbug.com/416255). BUG=415696 R=mtomasz@chromium.org, raymes@chromium.org, rsadam@chromium.org TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/582873003 Cr-Commit-Position: refs/heads/master@{#295892}
-
fsamuel authored
BUG=330264 Review URL: https://codereview.chromium.org/588033002 Cr-Commit-Position: refs/heads/master@{#295891}
-
fgorski authored
Adding registration ID request and tests to GCM Account Mapper * Adding code to get registration ID from GCM * Making sure account tokens are only processed when reg ID is present * Remembering only the last assigned set of account tokens * Fixing tests that require registration ID * Adding tests specific to registration ID setting BUG=374969 R=zea@chromium.org Review URL: https://codereview.chromium.org/580603002 Cr-Commit-Position: refs/heads/master@{#295890}
-
dcheng authored
The implicit conversion has already been disabled for Linux and ChromeOS builds. https://codereview.chromium.org/510323002 explains the rationale for proceeding incrementally. BUG=110610 TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/589853002 Cr-Commit-Position: refs/heads/master@{#295889}
-
jbroman authored
Previously, if exact_matches was True but there were no exact matches, it would return fuzzy matches instead. This is not what the caller asked for. GPU test names are changed to match the buildbot config, since they were previously relying on fuzzy matching. SHERIFFS: May cause errors like: No test named "some_test_name". Available tests are: ... If so, this CL can be safely reverted. BUG=413334,413442 Committed: https://crrev.com/566ed9f6e71cea313c88e8f259eca76581b72d67 Cr-Commit-Position: refs/heads/master@{#294757} Review URL: https://codereview.chromium.org/560153004 Cr-Commit-Position: refs/heads/master@{#295888}
-
dcheng authored
Revert of Reland of "Remove void** from disk_cache interface." (patchset #2 id:40001 of https://codereview.chromium.org/583283002/) Reason for revert: Suspected for causing accessibility tests to flake. Original issue's description: > Reland of "Remove void** from disk_cache interface." > > Enumeration and iteration were passing around void**. With this CL, we > instead use an Iterator object. > > TBR=clamy@chromium.org,jkarlin@chromium.org,jsbell@chromium.org > BUG=413644 > > Committed: https://crrev.com/edbfba945a76d97383122a01529abfe3ce63d34d > Cr-Commit-Position: refs/heads/master@{#295870} TBR=clamy@chromium.org,jkarlin@chromium.org,jsbell@chromium.org,rvargas@chromium.org,gavinp@chromium.org NOTREECHECKS=true NOTRY=true BUG=413644 Review URL: https://codereview.chromium.org/592503002 Cr-Commit-Position: refs/heads/master@{#295887}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/582258c..665ffc7 TBR= Review URL: https://codereview.chromium.org/590733002 Cr-Commit-Position: refs/heads/master@{#295886}
-
cmasone authored
In base.gyp, USE_SYMBOLIZE is added for Desktop Linux and Chrome OS builds for both base and base_unittests. In the GN build, it's added for 'is_linux' builds (which does not include Android), but only for base_unittests. This adds the define for //base as well. BUG=335824 TEST=build base and base_unittests, make a debug build and force a DCHECK() -- you should get a useful stack trace R=scottmg@chromium.org Review URL: https://codereview.chromium.org/583263003 Cr-Commit-Position: refs/heads/master@{#295885}
-
aurimas authored
Fix up some issues along the way. BUG=318404 TBR=nyquist@chromium.org,boliu@chromium.org Review URL: https://codereview.chromium.org/587893002 Cr-Commit-Position: refs/heads/master@{#295884}
-
tfarina authored
Change the PRESUBMIT to call the script from Blink (run-webkit-tests) directly. BUG=338338 TEST=None R=dpranke@chromium.org TBR=sky@chromium.org Review URL: https://codereview.chromium.org/583093002 Cr-Commit-Position: refs/heads/master@{#295883}
-
lambroslambrou authored
A previous refactoring had left some duplicate code which fetched the host list twice! Review URL: https://codereview.chromium.org/582873004 Cr-Commit-Position: refs/heads/master@{#295882}
-
tfarina authored
This is so it matches with GYP version. This was reported by http://build.chromium.org/p/chromium.linux/builders/Linux%20GN/builds/12122/steps/gyp_flag_compare/logs/stdio BUG=None TEST=gn gen out_gn/Debug && ninja -C out_gn/Debug events_base events_unittests R=brettw@chromium.org TBR=sky@chromium.org Review URL: https://codereview.chromium.org/587533002 Cr-Commit-Position: refs/heads/master@{#295881}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/0721cb8..582258c TBR= Review URL: https://codereview.chromium.org/589873002 Cr-Commit-Position: refs/heads/master@{#295880}
-
fsamuel authored
The CL moves the final attribute on BrowserPlugin 'allowtransparency' out to the extensions module! No new content APIs had to be introduced! Transparency can be enabled from RenderWidgetHostView::SetBackgroundOpaque in the content embedder. This means that BrowserPlugin no longer depends on NPAPI and so this patch removes a lot of unnecessary code. TBR=asvitkine@chromium.org for histograms.xml, extension_function_histogram_value.h TBR=asvitkine@chromium.org for histograms.xml, extension BUG=330264 Review URL: https://codereview.chromium.org/584713002 Cr-Commit-Position: refs/heads/master@{#295879}
-
garykac authored
Remove the Stable whitelist. BUG=324071,374440 Review URL: https://codereview.chromium.org/586533003 Cr-Commit-Position: refs/heads/master@{#295878}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/d79096c..0721cb8 TBR= Review URL: https://codereview.chromium.org/579893003 Cr-Commit-Position: refs/heads/master@{#295877}
-
davemoore authored
ViewManager from mojo_shell. Original cl was https://codereview.chromium.org/477923004/ Failure was http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%284%29/builds/28279 TBR=ben@chromium.org BUG= Review URL: https://codereview.chromium.org/584743003 Cr-Commit-Position: refs/heads/master@{#295876}
-
dcheng authored
Since set_message_loop() takes ownership of the MessageLoop parameter anyway, just pass it a const scoped_refptr<T>&, rather than converting from scoped_refptr to T* back to scoped_refptr. BUG=110610 TBR=rvargas@chromioum.org Review URL: https://codereview.chromium.org/588003002 Cr-Commit-Position: refs/heads/master@{#295875}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/13645ea..3c196de CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/592493002 Cr-Commit-Position: refs/heads/master@{#295874}
-
dcheng authored
- Add a .get() to a boolean test until boolean tests on scoped_refptr can be re-enabled. - Change the test fixture store() accessor to just return a raw pointer, since no one depends on it returning a scoped_refptr anyway. BUG=110610 TBR=stuartmorgan@chromium.org Review URL: https://codereview.chromium.org/584373002 Cr-Commit-Position: refs/heads/master@{#295873}
-
fsamuel authored
This is a silly remnant of the extensions refactor. We go to chrome to go back to extensions. This removes this API and calls IsWebViewRequest directly. BUG=352293 TBR=sky@chromium.org for code deletion in chrome_extensions_browser_client Review URL: https://codereview.chromium.org/590603002 Cr-Commit-Position: refs/heads/master@{#295872}
-
samuong authored
BUG= TBR=stgao@chromium.org Review URL: https://codereview.chromium.org/590653002 Cr-Commit-Position: refs/heads/master@{#295871}
-
gavinp authored
Enumeration and iteration were passing around void**. With this CL, we instead use an Iterator object. TBR=clamy@chromium.org,jkarlin@chromium.org,jsbell@chromium.org BUG=413644 Review URL: https://codereview.chromium.org/583283002 Cr-Commit-Position: refs/heads/master@{#295870}
-
xiyuan authored
BUG=416127 Review URL: https://codereview.chromium.org/589643003 Cr-Commit-Position: refs/heads/master@{#295869}
-
kulkarni.a authored
Changing in the intialization order of WeakPtrFactory in "src/remoting" module such that all member variables should appear before the WeakPtrFactory to ensure that any WeakPtrs to Controller are invalidated before its members variable's destructors are executed, rendering them invalid. BUG=303818 Review URL: https://codereview.chromium.org/569593002 Cr-Commit-Position: refs/heads/master@{#295868}
-
tbarzic authored
Also, fix passing tpm ket to challenge creator-> the key array contains 0x00, so standard conversion const char* -> std::string won't work. BUG=401634 Review URL: https://codereview.chromium.org/586113003 Cr-Commit-Position: refs/heads/master@{#295867}
-
boliu authored
Pipeline onDrawHardware, kModeSync, and kModeDraw. Each step will block the previous step in the pipeline. This is the avoid the parent compositor getting ahead of child. BUG= Review URL: https://codereview.chromium.org/585093003 Cr-Commit-Position: refs/heads/master@{#295866}
-
thestig authored
Review URL: https://codereview.chromium.org/589703003 Cr-Commit-Position: refs/heads/master@{#295865}
-
scottmg authored
Includes: 2d28224 Fix a bug when assign the generation number of indirect objects 26019d4 Adjust the order of clearing resource in CPDF_DocPageData::Clear TBR=tsepez@chromium.org BUG=416155 Review URL: https://codereview.chromium.org/584023007 Cr-Commit-Position: refs/heads/master@{#295864}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/5f95dbe..d79096c TBR=caseq@chromium.org,pdr@chromium.org,wjmaclean@chromium.org Review URL: https://codereview.chromium.org/583493003 Cr-Commit-Position: refs/heads/master@{#295863}
-
sergeyu authored
Previously LibjingleTransportFactory was creating and returning transport before the transport is connected. This means that that the PseudoTCP was trying to start handshake on a broken transport. That was delaying PseudoTCP/SSL when the transport takes some time to setup (e.g. over STUN/Relay). Now LibjingleTransportFactory returns the transport only after it becomes writable. Empirical testing shows that this change makes connection initiation much faster in cases when NAT traversal is required (4 vs 10 seconds). Review URL: https://codereview.chromium.org/587943002 Cr-Commit-Position: refs/heads/master@{#295862}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/d49226c..13645ea CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/585173003 Cr-Commit-Position: refs/heads/master@{#295861}
-