- 26 Jul, 2016 40 commits
-
-
kojii authored
These 4 tests are often flaky since some bots have 'Yu Gothic' while some don't. This patch avoids using 'Yu Gothic' in these tests. Review-Url: https://codereview.chromium.org/2179383002 Cr-Commit-Position: refs/heads/master@{#407749}
-
stkhapugin authored
This test is failing on Xcode 8 bot. BUG=631049 Review-Url: https://codereview.chromium.org/2181693002 Cr-Commit-Position: refs/heads/master@{#407748}
-
michaelpg authored
BUG=611542 R=dbeam@chromium.org Review-Url: https://codereview.chromium.org/2178813002 Cr-Commit-Position: refs/heads/master@{#407747}
-
cfroussios authored
Implemented KeyStorageLinux for KWallet. BUG=602624 Review-Url: https://codereview.chromium.org/2150543002 Cr-Commit-Position: refs/heads/master@{#407746}
-
dominickn authored
Revert of Disable A Few More AppBannerDataFetcherBrowserTest Failing Tests (patchset #1 id:1 of https://codereview.chromium.org/2183743002/ ) Reason for revert: These test failures were caused by a bug in https://codereview.chromium.org/2181553003/ Re-enabling. Original issue's description: > Disable A Few More AppBannerDataFetcherBrowserTest Failing Tests > > I didn't see these failures in the original lists I checked. > > TBR=dominickn@chromium.org > > BUG=631190 > > Committed: https://crrev.com/8945bfac334ff9b1ec226e158a1f29e3fdce5e0c > Cr-Commit-Position: refs/heads/master@{#407707} TBR=mpearson@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=631190 Review-Url: https://codereview.chromium.org/2182973002 Cr-Commit-Position: refs/heads/master@{#407745}
-
kojii authored
This patch avoids integer-overflow when hb_glyph_position_t.y_advance is LONG_MIN. BUG=630227 Review-Url: https://codereview.chromium.org/2176053002 Cr-Commit-Position: refs/heads/master@{#407744}
-
hayato authored
Add a usecounter for an event listener which is registered for a slotchange event. Review-Url: https://codereview.chromium.org/2179123003 Cr-Commit-Position: refs/heads/master@{#407743}
-
dgn authored
Its initialization is behind the BackgroundModeAllowRestart flag, and is supported only on Windows and Linux BUG=585080 Review-Url: https://codereview.chromium.org/1931503002 Cr-Commit-Position: refs/heads/master@{#407742}
-
piman authored
This can be replaced by media::GpuVideoDecodeAcceleratorFactoryImpl, modulo properly wiring GpuPreferences. This in turns allows us to remove GpuChildThread::current() for great justice. BUG=597150 Review-Url: https://codereview.chromium.org/2171473003 Cr-Commit-Position: refs/heads/master@{#407741}
-
dcheng authored
std::to_string() is technically a number to string conversion function, so clarify the wording to make it unambiguous. BUG=none Review-Url: https://codereview.chromium.org/2181573002 Cr-Commit-Position: refs/heads/master@{#407740}
-
hayato authored
This should be removed in https://codereview.chromium.org/242883002 BUG=357586,630141 Review-Url: https://codereview.chromium.org/2181263002 Cr-Commit-Position: refs/heads/master@{#407739}
-
tkent authored
Both of Firefox and Edge shows OPTIONs filtered by substring matching. We follow them. It seems that Firefox shows OPTIONs with matched labels, and Edge shows OPTIONs with matches values. We show OPTIONs with matched labels or values. BUG=153991 Review-Url: https://codereview.chromium.org/2183773003 Cr-Commit-Position: refs/heads/master@{#407738}
-
sdefresne authored
Fix build when dSYM generation is enabled and output is a thin binary by correctly informing gn and ninja of the location where the .dSYM file is generated. When defining "dsym_switch" in the toolchain definition, the value of root_out_dir is not yet known (it is only known later when we know if the toolchain is the default toolchain or not), so use {{root_out_dir}} to lazily perform the expansion when the information is known. When determining whether dSYM generation is enabled in the toolchain definition, look at "toochain_os" instead of "is_ios" as "is_ios" is defined based on target_os (i.e. is incorrect in the toolchain). Use output_dir/output_name instead of using rebase_path() to generate an output name containing directory information because 1. this is a hack that output_dir was introduced to fix, 2. link tool and ninja do not agree about the location of the .dSYM file. BUG=630901 Review-Url: https://codereview.chromium.org/2174373002 Cr-Commit-Position: refs/heads/master@{#407737} -
atotic authored
This patch fills in ResizeObservation functionality: - computing/setting observation size - determining target depth ResizeObservation::getTargetSize is static because it will also get used by ResizeObserverEntry I've also included basic C++ tests. BUG=612962 Review-Url: https://codereview.chromium.org/2173203002 Cr-Commit-Position: refs/heads/master@{#407736}
-
yosin authored
This patch converts "editing/pasteboard/8145-[1-3].html" to use w3c test harness and consolidates into "insert_html_as_plain_text.html" to simplify test case for ease of maintenance. This patch is a preparation of getting rid of grammar checking feature. BUG=619452 TEST=n/a; this patch changes a test file Review-Url: https://codereview.chromium.org/2179373002 Cr-Commit-Position: refs/heads/master@{#407735}
-
kuznetsovs authored
WebsiteSettingsUI::SetPermissionInfo doc says 'The callee is expected to take ownership of the objects in |chosen_object_info_list|.' Android implementations don't do anything with |chosen_object_info_list|, so memory leaks are possible. R=yfriedman@chromium.org BUG=424667 Review-Url: https://codereview.chromium.org/2173773003 Cr-Commit-Position: refs/heads/master@{#407734}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/61e64edd..d07de081 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2180123002 Cr-Commit-Position: refs/heads/master@{#407733}
-
yosin authored
This patch converts "editing/inserting/typing-00[1-3].html" to use w3c test harness and consolidates into "typing.html" to simplify test case for ease of maintenance. This patch is a preparation of getting rid of grammar checking feature. BUG=619452 TEST=n/a; this patch changes a test file Review-Url: https://codereview.chromium.org/2184503003 Cr-Commit-Position: refs/heads/master@{#407732}
-
yosin authored
This patch converts "editing/typing-around-br-001.html" to use w3c test harness to simplify test files. This patch is a preparation of getting rid of grammar checking feature. BUG=619452 TEST=n/a; this patch changes a test file Review-Url: https://codereview.chromium.org/2184603002 Cr-Commit-Position: refs/heads/master@{#407731}
-
benwells authored
TBR=kinuko, clamy BUG=631322, 631323 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2179353002 Cr-Commit-Position: refs/heads/master@{#407730}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#407729} -
nya authored
Since ImageDecoder allows the same ImageRequest to be reused, ArcWallpaperHandler can implement ImageRequest. We just need to call ImageDecoder::Cancel() as needed (e.g. on destruction). BUG=None TEST=Tested setting wallpaper manually with ARC enabled device. Review-Url: https://codereview.chromium.org/2175213002 Cr-Commit-Position: refs/heads/master@{#407728}
-
qiankun.miao authored
BUG=598902, 629735, 628496 NOTRY=true CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2174353003 Cr-Commit-Position: refs/heads/master@{#407727}
-
grt authored
The vector of delegates_ was previously being walked on the FILE thread. This could lead to a crash if a new delegate were to be added on the UI thread. Now, the driver bounces back to the UI thread to send progress updates to the delegates. Also changes the use of scoped_refptr to be up-to-date with current style. BUG=none R=pmonette@chromium.org Review-Url: https://codereview.chromium.org/2176123002 Cr-Commit-Position: refs/heads/master@{#407726}
-
mpearson authored
NOTRY=1 TBR=fs@opera.com BUG=630967 Review-Url: https://codereview.chromium.org/2183753002 Cr-Commit-Position: refs/heads/master@{#407725}
-
benwells authored
TBR=machenbach BUG=631315 Review-Url: https://codereview.chromium.org/2185473002 Cr-Commit-Position: refs/heads/master@{#407724}
-
yosin authored
This patch makes |ExceptionState| parameter of |ContainerNode::querySelector()| as an optional parameter to reduce source code size for improving code readability and ease of writing tests, since there are lots of call of |querySelector()| with |ASSERT_NO_EXCEPTION| in Blink unit tests. BUG=n/a TEST=n/a; no behavior changes Review-Url: https://codereview.chromium.org/2178243002 Cr-Commit-Position: refs/heads/master@{#407723}
-
karandeepb authored
Like Emacs, textfields in Cocoa have a notion of a kill buffer. Certain deletion commands (delete to beginning/end of line/paragraph) add the deleted text to the kill buffer. All textfields in an application share the same kill buffer. This is distinct from the system clipboard. Executing yank pastes the text in the kill buffer at the insertion point or selection. This CL implements the yank editing command for views::Textfield. It only has a key binding defined on MacViews. BUG=586985 TEST=Enable MacViews. Give focus to a MacViews textfield. Enter some text. Press Ctrl+K to delete to end of paragraph. Verify pressing Ctrl+Y pastes the deleted text. Review-Url: https://codereview.chromium.org/2119813002 Cr-Commit-Position: refs/heads/master@{#407722}
-
tzik authored
Many of users of TaskRunnerHelper have ExecutionContext or ScriptState rather than Document or Frame, which are a few step away from EC or SS. This CL add overloads of TaskRunnerHelper::getUnthrottledTaskRunner for EC and SS for shorthand. BUG=624696 Review-Url: https://codereview.chromium.org/2178263002 Cr-Commit-Position: refs/heads/master@{#407721}
-
bashi authored
MemoryCoordinator sets its memory pressure notification dispatcher in the constructor and sets back to MemoryPressureListener::NotifyMemoryPressure() in the destructor. This seems weird. Using MemoryPressureListener instance makes things simpler. BUG=617492 Review-Url: https://codereview.chromium.org/2180843004 Cr-Commit-Position: refs/heads/master@{#407720}
-
tibell authored
Use a StrongBinding in SearchProviderInstallState in place of OwnedInterface. Review-Url: https://codereview.chromium.org/2170313002 Cr-Commit-Position: refs/heads/master@{#407719}
-
yosin authored
This patch converts "editing/inserting/insert-paragraph-0[1-5].html" to use w3c test harness and consolidates into "insert_paragraph.html" to simplify test case for ease of maintenance. This patch is a preparation of getting rid of grammar checking feature. Review-Url: https://codereview.chromium.org/2175233002 Cr-Commit-Position: refs/heads/master@{#407718}
-
dominickn authored
Revert of Disable Many AppBannerDataFetcherBrowserTest Failing Tests (patchset #3 id:40001 of https://codereview.chromium.org/2184503002/ ) Reason for revert: Speculative revert to see if reverting crrev.com/2183783002 fixes the failing tests in crbug.com/631190. App banners use methods touched by that CL to check if a service worker is registered. This CL will be relanded if the re-enabled tests still fail on https://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29 Original issue's description: > Disable Many AppBannerDataFetcherBrowserTest Failing Tests > > TBR=dominickn@chromium.org > > BUG=631190 > > Committed: https://crrev.com/3429dff80be28f18b66b7d93718d131dc4aea9de > Cr-Commit-Position: refs/heads/master@{#407653} TBR=mpearson@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=631190 Review-Url: https://codereview.chromium.org/2185483002 Cr-Commit-Position: refs/heads/master@{#407717}
-
alancutter authored
Reading consumeClipPath() mislead me into thinking clip-path supported <basic-shape> values. This rename makes it clearer that only the prefixed version supports those. Review-Url: https://codereview.chromium.org/2181893002 Cr-Commit-Position: refs/heads/master@{#407716}
-
dominickn authored
Revert of Stop passing const-reference of SWRegistration in all GetRegistrationsCallbacks. (patchset #4 id:80001 of https://codereview.chromium.org/2181553003/ ) Reason for revert: Speculative revert to see if this caused crbug.com/631190. App banners use methods touched by this CL to check if a service worker is registered; this is the only relevant-looking CL in the blamelist for the app banner data fetcher tests starting to fail on the Win7 SP1 bot. This CL will be relanded if re-enabling the disabled app banner data fetcher tests still causes failures on https://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29 Original issue's description: > Stop passing const-reference of SWRegistration in all GetRegistrationsCallbacks. > > BUG=616502 > > Committed: https://crrev.com/36986071183bdb219186aa9f63f9ee4b162d91b9 > Cr-Commit-Position: refs/heads/master@{#407487} TBR=nhiroki@chromium.org,peter@chromium.org,dgozman@chromium.org,mmenke@chromium.org,jkarlin@chromium.org,horo@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=616502 Review-Url: https://codereview.chromium.org/2183783002 Cr-Commit-Position: refs/heads/master@{#407715}
-
dominickn authored
This reverts commit 2cba6671. Reason: Speculative revert so that crrev.com/2181553003 can be reverted. This may have caused crbug.com/631190. This CL will be relanded if reverting the dependent CL and re-enabling the disabled app banner data fetcher tests still causes failures on https://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29 TBR=horo@chromium.org,jochen@chromium.org,nhiroki@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=631190 Review-Url: https://codereview.chromium.org/2181983002 Cr-Commit-Position: refs/heads/master@{#407714}
-
zmo authored
Reland of current program can be null in ES2/ES3 contexts. (patchset #1 id:1 of https://codereview.chromium.org/2181193002/ ) Reason for revert: I don't think this is related. See crbug.com/631316 and here the conversion between me and Mark. Original issue's description: > Revert of current program can be null in ES2/ES3 contexts. (patchset #2 id:20001 of https://codereview.chromium.org/2174173002/ ) > > Reason for revert: > Caused webkit test failure on WebKit Win7 (dbg) > https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win7%20%28dbg%29/builds/6624 > > unexpected_failures: > printing/webgl-oversized-printing.html > virtual/threaded/printing/webgl-oversized-printing.html > > https://storage.googleapis.com/chromium-layout-test-archives/WebKit_Win7__dbg_/6624/layout-test-results/results.html > > --- > --- E:\b\rr\tmpymgexl\w\layout-test-results\printing/webgl-oversized-printing-expected.txt > +++ E:\b\rr\tmpymgexl\w\layout-test-results\printing/webgl-oversized-printing-actual.txt > @@ -1,5 +1,5 @@ > -PASS successfullyParsed is true > +CONSOLE ERROR: line 13: Uncaught TypeError: Cannot read property 'clearColor' of null > +FAIL successfullyParsed should be true. Was false. > > TEST COMPLETE > -PASS Printed without crashing. > --- > > --- > --- E:\b\rr\tmpymgexl\w\layout-test-results\virtual/threaded/printing/webgl-oversized-printing-expected.txt > +++ E:\b\rr\tmpymgexl\w\layout-test-results\virtual/threaded/printing/webgl-oversized-printing-actual.txt > @@ -1,5 +1,5 @@ > -PASS successfullyParsed is true > +CONSOLE ERROR: line 13: Uncaught TypeError: Cannot read property 'clearColor' of null > +FAIL successfullyParsed should be true. Was false. > > TEST COMPLETE > -PASS Printed without crashing. > --- > > Original issue's description: > > current program can be null in ES2/ES3 contexts. > > > > They are only required to be non null in WebGL. > > > > This also did some clean up and a minor optimization. > > > > BUG=630802 > > TEST=fuzzer case in the bug > > R=piman@chromium.org > > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel > > > > Committed: https://crrev.com/14ef40159115ca5059907835a34bcd1667af7631 > > Cr-Commit-Position: refs/heads/master@{#407659} > > TBR=piman@chromium.org,yunchao.he@intel.com,zmo@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=630802 > > Committed: https://crrev.com/e9c2cd979c8114b75bbc2640a43a1371d64f502b > Cr-Commit-Position: refs/heads/master@{#407711} TBR=piman@chromium.org,yunchao.he@intel.com,mpearson@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=630802 Review-Url: https://codereview.chromium.org/2186473002 Cr-Commit-Position: refs/heads/master@{#407713}
-
yoichio authored
Move Node::*editable* functions to core/editing/EditingUtilities TEST=No change in behavior Review-Url: https://codereview.chromium.org/2177783003 Cr-Commit-Position: refs/heads/master@{#407712}
-
mpearson authored
Revert of current program can be null in ES2/ES3 contexts. (patchset #2 id:20001 of https://codereview.chromium.org/2174173002/ ) Reason for revert: Caused webkit test failure on WebKit Win7 (dbg) https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win7%20%28dbg%29/builds/6624 unexpected_failures: printing/webgl-oversized-printing.html virtual/threaded/printing/webgl-oversized-printing.html https://storage.googleapis.com/chromium-layout-test-archives/WebKit_Win7__dbg_/6624/layout-test-results/results.html --- --- E:\b\rr\tmpymgexl\w\layout-test-results\printing/webgl-oversized-printing-expected.txt +++ E:\b\rr\tmpymgexl\w\layout-test-results\printing/webgl-oversized-printing-actual.txt @@ -1,5 +1,5 @@ -PASS successfullyParsed is true +CONSOLE ERROR: line 13: Uncaught TypeError: Cannot read property 'clearColor' of null +FAIL successfullyParsed should be true. Was false. TEST COMPLETE -PASS Printed without crashing. --- --- --- E:\b\rr\tmpymgexl\w\layout-test-results\virtual/threaded/printing/webgl-oversized-printing-expected.txt +++ E:\b\rr\tmpymgexl\w\layout-test-results\virtual/threaded/printing/webgl-oversized-printing-actual.txt @@ -1,5 +1,5 @@ -PASS successfullyParsed is true +CONSOLE ERROR: line 13: Uncaught TypeError: Cannot read property 'clearColor' of null +FAIL successfullyParsed should be true. Was false. TEST COMPLETE -PASS Printed without crashing. --- Original issue's description: > current program can be null in ES2/ES3 contexts. > > They are only required to be non null in WebGL. > > This also did some clean up and a minor optimization. > > BUG=630802 > TEST=fuzzer case in the bug > R=piman@chromium.org > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel > > Committed: https://crrev.com/14ef40159115ca5059907835a34bcd1667af7631 > Cr-Commit-Position: refs/heads/master@{#407659} TBR=piman@chromium.org,yunchao.he@intel.com,zmo@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=630802 Review-Url: https://codereview.chromium.org/2181193002 Cr-Commit-Position: refs/heads/master@{#407711}
-
dbeam authored
R=tsergeant@chromium.org BUG=630619 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2182863002 Cr-Commit-Position: refs/heads/master@{#407710}
-