- 30 Oct, 2014 40 commits
-
-
Scott Violet authored
R=sadrul@chromium.org,mfomitchev@chromium.org,ananta@chromium.org TBR=sadrul@chromium.org,mfomitchev@chromium.org,ananta@chromium.org Review URL: https://codereview.chromium.org/687363005 Cr-Commit-Position: refs/heads/master@{#302078}
-
yurys authored
Roll src/third_party/WebKit 5d4e6a45858acb9904edad8ec8ff267713c2bc4f:d4f55f9ea99bccd3b0fb321affca5c8e8ec96d7b (svn 184626:184632) BUG=None TBR=morrita Review URL: https://codereview.chromium.org/685383002 Cr-Commit-Position: refs/heads/master@{#302077}
-
jkarlin authored
Now that https://codereview.chromium.org/651063002/ has landed it's time to reenable cache tests on Windows. BUG=425541 Review URL: https://codereview.chromium.org/664283006 Cr-Commit-Position: refs/heads/master@{#302076}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#302075}
-
junchao.han authored
BUG=424469 NOTRY=true Review URL: https://codereview.chromium.org/674053002 Cr-Commit-Position: refs/heads/master@{#302074}
-
mtomasz authored
This patch improves performance of CheckValidity() by removing calls to leveldb::DB::Get() from loops. As a result the performance improved by 1.92x on Yoshi, for a testing account with a lot of files. Note, that base::hash_map is used, as its much faster in this case. Using std::map gave only 1.39x performance gain over the former solution. TEST=unit_tests: *ResourceMetadataStorageTest*, also tested manually. BUG=418873 Review URL: https://codereview.chromium.org/638543002 Cr-Commit-Position: refs/heads/master@{#302073}
-
jkarlin authored
Put now calls Delete before CreateEntry, this requires a new callback PutDidDeleteEntry. BUG=426562 Review URL: https://codereview.chromium.org/649203005 Cr-Commit-Position: refs/heads/master@{#302072}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/671913008 Cr-Commit-Position: refs/heads/master@{#302071}
-
rob authored
Remove the constraint that tab.url has to match the tab's URL, because this limitation prevents extension authors from using the media stream in a frame whose origin differs from the top-level frame. Updated the documentation to document this new behavior, and also added a note about the validity (lifetime) of streamId because this important piece of information was not documented. The expiry time is documented to be "a few seconds" instead of the actual ten seconds, to encourage extension authors to only call chooseDesktopMedia when they are prepared to immediately handle the stream when it becomes available. BUG=425344 Review URL: https://codereview.chromium.org/669623007 Cr-Commit-Position: refs/heads/master@{#302070}
-
yhirano authored
We have a crash bug related to redirection, but I couln't understand the mechanism so far. This CL adds some functions to see the actual path from the crash dump. BUG=399535 Review URL: https://codereview.chromium.org/683923003 Cr-Commit-Position: refs/heads/master@{#302069}
-
vabr authored
To prepare TSCS for componentising, this CL removes the knowledge about MSDS out of TSCS, by pulling out MSDS-specific processing from TSCS to MSDS. Some tests had to be changed in a non-trivial way to preserve the coverage, in particular, some TSCS unit-tests needed to become MSDS browsertests (as wiring up everything needed for MSDS would be too messy in a unit test). BUG=387075,395060 Review URL: https://codereview.chromium.org/678023002 Cr-Commit-Position: refs/heads/master@{#302068}
-
Paweł Hajdan, Jr authored
Clean up redundant PRESUBMIT files. linux_redux has been 100% red since at least August 2014, and is presumably not useful. BUG=380709 R=sergiyb@chromium.org Review URL: https://codereview.chromium.org/685363002 Cr-Commit-Position: refs/heads/master@{#302067}
-
binjin authored
Revert of Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444 (patchset #6 id:120001 of https://codereview.chromium.org/683583002/) Reason for revert: Suspected to cause android bot failures: New warnings. Please fix, or perhaps add to /b/build/slave/Android_Builder__dbg_/build/src/build/android/findbugs_filter/findbugs_known_bugs.txt -------------------------------------------------------------------------------- M D DLS: Dead store to other in org.chromium.mojo.bindings.test.mojom.imported.ImportedInterface_Internal$ImportedInterfaceDoSomethingParams.equals(Object) At ImportedInterface_Internal.java M D DLS: Dead store to other in org.chromium.mojo.bindings.test.mojom.math.Calculator_Internal$CalculatorClearParams.equals(Object) At Calculator_Internal.java M D DLS: Dead store to other in org.chromium.mojo.bindings.test.mojom.mojo.IntegrationTestInterface2_Internal$IntegrationTestInterface2Method0Params.equals(Object) At IntegrationTestInterface2_Internal.java M D DLS: Dead store to other in org.chromium.mojo.bindings.test.mojom.regression_tests.CheckMethodWithEmptyResponse_Internal$CheckMethodWithEmptyResponseWithParameterAndEmptyResponseResponseParams.equals(Object) At CheckMethodWithEmptyResponse_Internal.java M D DLS: Dead store to other in org.chromium.mojo.bindings.test.mojom.regression_tests.CheckMethodWithEmptyResponse_Internal$CheckMethodWithEmptyResponseWithouParameterAndEmptyResponseParams.equals(Object) At CheckMethodWithEmptyResponse_Internal.java M D DLS: Dead store to other in org.chromium.mojo.bindings.test.mojom.regression_tests.CheckMethodWithEmptyResponse_Internal$CheckMethodWithEmptyResponseWithouParameterAndEmptyResponseResponseParams.equals(Object) At CheckMethodWithEmptyResponse_Internal.java M D DLS: Dead store to other in org.chromium.mojo.bindings.test.mojom.regression_tests.EmptyStruct.equals(Object) At EmptyStruct.java M D DLS: Dead store to other in org.chromium.mojo.bindings.test.mojom.sample.NamedObject_Internal$NamedObjectGetNameParams.equals(Object) At NamedObject_Internal.java M D DLS: Dead store to other in org.chromium.mojo.bindings.test.mojom.test_structs.EmptyStruct.equals(Object) At EmptyStruct.java -------------------------------------------------------------------------------- *** 9 FindBugs warnings! *** *** 9: new *** Original issue's description: > Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444 > > TBR=jam@chromium.org > > Committed: https://crrev.com/37273cab357d03ad9d2bcfa4ae467567ce93e2c4 > Cr-Commit-Position: refs/heads/master@{#302038} TBR=jamesr@chromium.org,aa@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/694463002 Cr-Commit-Position: refs/heads/master@{#302066}
-
ricea authored
This CL is a part of https://codereview.chromium.org/665023002/ ("Post-commit fixes for "stale-while-revalidate..."") that has been separated into a separate CL because it depends on https://codereview.chromium.org/669083002/ ("Add logging support for base::Time* types."). BUG=348877 Review URL: https://codereview.chromium.org/670303003 Cr-Commit-Position: refs/heads/master@{#302065}
-
petrcermak authored
BUG=427526 Review URL: https://codereview.chromium.org/680923002 Cr-Commit-Position: refs/heads/master@{#302064}
-
hirono authored
Previously if drive sync over cellular network is disabled, pinning a drive file is pending without notificaiton. This CL lets Files.app show the notifiction. BUG=279476 TEST=DriveSpecific/FileManagerBrowserTest.Test/4 Review URL: https://codereview.chromium.org/676653002 Cr-Commit-Position: refs/heads/master@{#302063}
-
yurys authored
Revert of Adds ozone support for ime keyboard. (patchset #7 id:120001 of https://codereview.chromium.org/683773002/) Reason for revert: Change doesn't compile on Linux ChromiumOS Ozone Builder http://build.chromium.org/p/chromium.chromiumos/buildstatus?builder=Linux%20ChromiumOS%20Ozone%20Builder&number=6030 Original issue's description: > Adds ozone support for ime keyboard. > > BUG=342336 > > Committed: https://crrev.com/8be55caf3d38bba7645de143f7e6b8b655fdd36c > Cr-Commit-Position: refs/heads/master@{#302057} TBR=shuchen@chromium.org,fengyuan@chromium.org NOTREECHECKS=true NOTRY=true BUG=342336 Review URL: https://codereview.chromium.org/689873004 Cr-Commit-Position: refs/heads/master@{#302062}
-
yurys authored
Roll src/third_party/WebKit b4fcaad1f8a5c9f7e22f699f41a98dbb954cc4f2:5d4e6a45858acb9904edad8ec8ff267713c2bc4f (svn 184589:184626) BUG=None TBR=morrita Review URL: https://codereview.chromium.org/688243002 Cr-Commit-Position: refs/heads/master@{#302061}
-
vasilii authored
Review URL: https://codereview.chromium.org/686193002 Cr-Commit-Position: refs/heads/master@{#302060}
-
yoshiki authored
BUG=424785 TEST=manually. athena_unittests passes. Review URL: https://codereview.chromium.org/633403003 Cr-Commit-Position: refs/heads/master@{#302059}
-
msarda authored
This CL adds the canonical cookie that changed and a boolean indicating if it was removed or added to the cookie changed callback. It also sets a clear contract when the cookie changed notification callback is called and documents it in |cookie_store.h| BUG=NONE Review URL: https://codereview.chromium.org/673633003 Cr-Commit-Position: refs/heads/master@{#302058}
-
fengyuan authored
BUG=342336 Review URL: https://codereview.chromium.org/683773002 Cr-Commit-Position: refs/heads/master@{#302057}
-
ricea authored
I accidentally committed http://crrev.com/455623003 before getting LGTM from mmenke@. This CL is for additional fixes that he requested. BUG=348877 TEST=net_unittests Review URL: https://codereview.chromium.org/665023002 Cr-Commit-Position: refs/heads/master@{#302056}
-
yurys authored
Revert of Enable ChannelMojo on Linux (patchset #1 id:1 of https://codereview.chromium.org/684323002/) Reason for revert: Caused multiple layout test crashes on Linux See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=css3%2Ffilters%2Feffect-reference-subregion-hidpi-hw.html%2Ccss3%2Ffilters%2Feffect-reference-subregion-hidpi.html%2Ccss3%2Fimages%2Fpixelated-hidpi.html%2Cfast%2Fhidpi%2Fimage-set-as-background.html%2Cfast%2Fhidpi%2Fimage-set-background-dynamic.html%2Cfast%2Fhidpi%2Fimage-set-background-repeat-without-size.html%2Cfast%2Fhidpi%2Fimage-set-background-repeat.html%2Cfast%2Fhidpi%2Fimage-set-border-image-comparison.html%2Cfast%2Fhidpi%2Fimage-set-border-image-dynamic.html%2Cfast%2Fhidpi%2Fimage-set-border-image-simple.html%2Cfast%2Fhidpi%2Fimage-set-in-content-dynamic.html%2Cfast%2Fhidpi%2Fimage-set-out-of-order.html%2Cfast%2Fhidpi%2Fimage-set-simple.html%2Cfast%2Fhidpi%2Fimage-set-without-specified-width.html%2Cfast%2Fhistory%2Freplacestate-nocrash.html%2Chttp%2Ftests%2Finspector%2Fnetwork%2Flong-script-content.html%2Chttp%2Ftests%2Fxmlhttprequest%2Fsimple-cross-origin-progress-events.html%2Csvg%2Fas-image%2Fsvg-as-image-canvas.html%2Csvg%2Fcss%2Fsvg-resource-fragment-identifier-img-src.html Regressions: Unexpected crashes (19) css3/filters/effect-reference-subregion-hidpi-hw.html [ Crash ] css3/filters/effect-reference-subregion-hidpi.html [ Crash ] css3/images/pixelated-hidpi.html [ Crash ] fast/hidpi/image-set-as-background.html [ Crash ] fast/hidpi/image-set-background-dynamic.html [ Crash ] fast/hidpi/image-set-background-repeat-without-size.html [ Crash ] fast/hidpi/image-set-background-repeat.html [ Crash ] fast/hidpi/image-set-border-image-comparison.html [ Crash ] fast/hidpi/image-set-border-image-dynamic.html [ Crash ] fast/hidpi/image-set-border-image-simple.html [ Crash ] fast/hidpi/image-set-in-content-dynamic.html [ Crash ] fast/hidpi/image-set-out-of-order.html [ Crash ] fast/hidpi/image-set-simple.html [ Crash ] fast/hidpi/image-set-without-specified-width.html [ Crash ] fast/history/replacestate-nocrash.html [ Crash ] http/tests/inspector/network/long-script-content.html [ Crash ] http/tests/xmlhttprequest/simple-cross-origin-progress-events.html [ Crash ] svg/as-image/svg-as-image-canvas.html [ Crash ] svg/css/svg-resource-fragment-identifier-img-src.html [ Crash ] Original issue's description: > Enable ChannelMojo on Linux > > This change enables ChannelMojo on Linux. > There could possibly be a perf slowdown, especially > on latency metrics. > > If you're looking for the cause of some perf bot redness, > probably this is that one. Please feel free to revert and > let me know which benchmark was hit. > > BUG=664413003 > R=viettrungluu@chromium.org > > Committed: https://crrev.com/d4d85c640375ea7f9692e53860f4de058a7f0ea1 > Cr-Commit-Position: refs/heads/master@{#301992} TBR=viettrungluu@chromium.org,morrita@chromium.org NOTREECHECKS=true NOTRY=true BUG=664413003 Review URL: https://codereview.chromium.org/673903005 Cr-Commit-Position: refs/heads/master@{#302055}
-
sdefresne authored
Introduce (Refcounted)KeyedServiceFactory classes that deal with the lifetime management of (Refcounted)KeyedService. Port the classes (Refcounted)BrowserContextKeyedServiceFactory to inherit from them. BUG=419366 Review URL: https://codereview.chromium.org/654753010 Cr-Commit-Position: refs/heads/master@{#302054}
-
satorux authored
Move the fake mounting logic from CrosDisksClientStubImpl to FakeCrosDsisksClient, with some simplification. The fake behaviors are used in FileManagerBrowserTest's OpenZipFiles test. The test is currently disabled for a performance reason, but I've confirmed that the test passes with --gtest_also_run_disabled_tests. TEST=out/Release/browser_tests --gtest_filter='*OpenZipFiles*' --gtest_also_run_disabled_tests BUG=309506 Review URL: https://codereview.chromium.org/676423004 Cr-Commit-Position: refs/heads/master@{#302053}
-
Robert Iannucci authored
Cr-Commit-Position: refs/heads/master@{#302052}
-
dcheng authored
The Google C++ style guide states: Explicitly annotate overrides of virtual functions or virtual destructors with an override or (less frequently) final specifier. Older (pre-C++11) code will use the virtual keyword as an inferior alternative annotation. For clarity, use exactly one of override, final, or virtual when declaring an override. To better conform to these guidelines, the following constructs have been rewritten: - if a base class has a virtual destructor, then: virtual ~Foo(); -> ~Foo() override; - virtual void Foo() override; -> void Foo() override; - virtual void Foo() override final; -> void Foo() final; This patch was automatically generated. The clang plugin can generate fixit hints, which are suggested edits when it is 100% sure it knows how to fix a problem. The hints from the clang plugin were applied to the source tree using the tool in https://codereview.chromium.org/598073004. BUG=417463 R=nona@chromium.org Review URL: https://codereview.chromium.org/648393006 Cr-Commit-Position: refs/heads/master@{#302051}
-
nhiroki authored
[1] Chromium-side: THIS PATCH [2] Blink-side: https://codereview.chromium.org/686353003 BUG=n/a TEST=compile Review URL: https://codereview.chromium.org/688803002 Cr-Commit-Position: refs/heads/master@{#302050}
-
ricea authored
shishir@ and dominich@ no longer work on Chrome and are not responsive to review requests. Remove them from OWNERS files. BUG= NOTRY=true Review URL: https://codereview.chromium.org/688793002 Cr-Commit-Position: refs/heads/master@{#302049}
-
thestig authored
Review URL: https://codereview.chromium.org/680313004 Cr-Commit-Position: refs/heads/master@{#302048}
-
shuchen authored
If keysym is ASCII control or space keys, directly map to keycode instead of go through the fallback maps. A real case is de(neo) layout, AltGr+V maps to Enter key, so it should map to VKEY_ENTER instead of VKEY_V. BUG=420544 TEST=Verified on linux_chromeos. Review URL: https://codereview.chromium.org/664893004 Cr-Commit-Position: refs/heads/master@{#302047}
-
dcheng authored
The Google C++ style guide states: Explicitly annotate overrides of virtual functions or virtual destructors with an override or (less frequently) final specifier. Older (pre-C++11) code will use the virtual keyword as an inferior alternative annotation. For clarity, use exactly one of override, final, or virtual when declaring an override. To better conform to these guidelines, the following constructs have been rewritten: - if a base class has a virtual destructor, then: virtual ~Foo(); -> ~Foo() override; - virtual void Foo() override; -> void Foo() override; - virtual void Foo() override final; -> void Foo() final; This patch was automatically generated. The clang plugin can generate fixit hints, which are suggested edits when it is 100% sure it knows how to fix a problem. The hints from the clang plugin were applied to the source tree using the tool in https://codereview.chromium.org/598073004. BUG=417463 R=tapted@chromium.org Review URL: https://codereview.chromium.org/684563002 Cr-Commit-Position: refs/heads/master@{#302046}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#302045}
-
tommi authored
This change splits the WebRtc observer functionality of RtcDataChannelHandler from the WebKit related functionality. The former belongs with libjingle's signaling thread and the latter with the main thread. As is, these threads are one and the same, but this will change later this week. This is a re-land of: https://codereview.chromium.org/643693007 BUG=369796 TBR=perkj Review URL: https://codereview.chromium.org/689783002 Cr-Commit-Position: refs/heads/master@{#302044}
-
cbentzel authored
TBR=isherman Review URL: https://codereview.chromium.org/551403003 Cr-Commit-Position: refs/heads/master@{#302043}
-
chrome://imageburnersatorux authored
chrome://imageburner was replaced by the new recovery tool http://google.com/chromeos/recovery. With this change, chrome://imageburner just redirects to the new recovery tool page. Note that the D-Bus client code (ImageBurnerClient) is not removed because it's used in imageWriterPrivate API, used in the new recovery tool. BUG=344279 TEST=open chrome://imageburner and you are redirected to http://google.com/chromeos/recovery Review URL: https://codereview.chromium.org/679633002 Cr-Commit-Position: refs/heads/master@{#302042}
-
skuhne authored
This CL breaks out the command handling (command creation and session information restore) from |SessionService| into |SessionServiceCommands|, which does have no dependencies on Browser or Content. Furthermore it breaks out the command handling from |BaseSessionService| into |BaseSessionServiceCommands|. This way the |PersistentTabRestoreService| and the |SessionService| can keep using the base command set which is used by both users. BUG=424679 TEST=covered by existing tests Review URL: https://codereview.chromium.org/672083002 Cr-Commit-Position: refs/heads/master@{#302041}
-
mukai authored
This is applying r301168 to the app-list item in addition to TileItemView. BUG=425724 R=calamity@chromium.org TEST=manually Review URL: https://codereview.chromium.org/686363003 Cr-Commit-Position: refs/heads/master@{#302040}
-
wfh authored
BUG=412078 Review URL: https://codereview.chromium.org/693453002 Cr-Commit-Position: refs/heads/master@{#302039}
-