- 25 Sep, 2014 40 commits
-
-
jdduke authored
Now that most scroll paths are accelerated, we have minimal coverage of main-thread scrolling performance. Add a flag that disables threaded scrolling, allowing local testing of and (potentially) perf bot coverage for main-thread scroll responsiveness. This depends on the Blink change https://codereview.chromium.org/564043003/. BUG=414323 Review URL: https://codereview.chromium.org/571963003 Cr-Commit-Position: refs/heads/master@{#296725}
-
shuchen authored
BUG=417738 TEST=Verified on linux_chromeos. Review URL: https://codereview.chromium.org/606753002 Cr-Commit-Position: refs/heads/master@{#296724}
-
vkuzkokov authored
BUG=405566 Review URL: https://codereview.chromium.org/508973003 Cr-Commit-Position: refs/heads/master@{#296723}
-
csharp authored
BUG= Review URL: https://codereview.chromium.org/601243002 Cr-Commit-Position: refs/heads/master@{#296722}
-
Pavel Sergeev authored
Added a directory 'components-chromium'. The difference with the 'components' directory is that all inline scripts were extracted from Polymer elements to separate files. Such version is needed if we want to use the elements in a web UI, where inline scripts are forbidden by content security policy. An extraction was made by the vulcanize tool. I wrote the script called 'extract_inline_scripts.sh' to handle all the elements at once. It finds HTML files containing inline scripts (excluding some HTML files that are not a components of Polymer) and applies vulcanize to them. A JS file extracted from a file named 'foo/bar.html' will have a name 'foo/bar-extracted.js'. Also changed the wrong dependency 'core-iconset-svg' in bower.json and 'core-iconset-svg' was checked out correctly. Landed manually, because of the bug in the commit queue (http://crbug.com/416255). R=raymes@chromium.org, rsadam@chromium.org, thestig@chromium.org TBR=cpu BUG=415696 TEST=none Review URL: https://codereview.chromium.org/592593002 Cr-Commit-Position: refs/heads/master@{#296721}
-
sbc authored
Call this function on program shut down to allow nacl_io to free its resources. This fixes all the "potential" leak reported by valgrind --leak-check=full Review URL: https://codereview.chromium.org/601963002 Cr-Commit-Position: refs/heads/master@{#296720}
-
kuan authored
also: - ensure that error message is displayed for empty title - move dom_distiller_viewer.html/js from content to core dir - added tests. BUG=403066 Review URL: https://codereview.chromium.org/563923002 Cr-Commit-Position: refs/heads/master@{#296719}
-
ppi authored
It turns out that running self.GetStructs() not only gives you the structs, but changes the state of the module, annotating structs with necessary information. Therefore we need to run .GetStructs() in the Java generator as we do in the other generators. This patch makes the java generation work on it's own, ie. with "-g java". Review URL: https://codereview.chromium.org/601213002 Cr-Commit-Position: refs/heads/master@{#296718}
-
mlerman authored
BUG=405524 Review URL: https://codereview.chromium.org/605503002 Cr-Commit-Position: refs/heads/master@{#296717}
-
kenneth.r.christiansen authored
BUG=409996 Review URL: https://codereview.chromium.org/584553002 Cr-Commit-Position: refs/heads/master@{#296716}
-
rogerta authored
Don't validate refresh token before usage to reduce network traffic. BUG=359700,416612 Review URL: https://codereview.chromium.org/590113004 Cr-Commit-Position: refs/heads/master@{#296715}
-
avi authored
XIB change: * Sets the header field to be truncated rather than wrapped. BUG=417317 TEST=as in bug Review URL: https://codereview.chromium.org/605463002 Cr-Commit-Position: refs/heads/master@{#296714}
-
piotaixr authored
BUG=417416 Review URL: https://codereview.chromium.org/598093004 Cr-Commit-Position: refs/heads/master@{#296713}
-
Pavel Sergeev authored
List of changes: * Added all core-elements and paper-elements provided by Polymer. * 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. web-animations-js library will be added to the repository later. Here is a list of components depending on web-animations-js: * core-animation/core-animation-group.html * core-animation/core-animation.html * core-animation/web-animations.html * paper-menu-button/paper-menu-button.html * paper-menu-button/paper-menu-button-transition.html 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, thestig@chromium.org TBR=cpu Review URL: https://codereview.chromium.org/582873003 Cr-Commit-Position: refs/heads/master@{#296712}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/57a7fe6..7c76ab2 TBR=ager@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/603963002 Cr-Commit-Position: refs/heads/master@{#296711}
-
sdefresne authored
Similar to IsRunningOnIOS7OrLater except that it checks for iOS 8 or later. BUG=None Review URL: https://codereview.chromium.org/604763002 Cr-Commit-Position: refs/heads/master@{#296710}
-
https://codereview.chromium.org/588523002/xians authored
Fix the way how we create webrtc::AudioProcessing in Chrome. TBR=tommi@chromium.org BUG=415935 TEST=all webrtc tests in all bots + manual test to verify the agc loggings exist. Review URL: https://codereview.chromium.org/597923002 Cr-Commit-Position: refs/heads/master@{#296709}
-
John Abd-El-Malek authored
Add nacl_helper to interactive_ui_tests' isolate to make LoggedInSpokenFeedbackTest.AddBookmark pass. BUG=414808 TBR=dmazzoni@chromium.org Review URL: https://codereview.chromium.org/607543002 Cr-Commit-Position: refs/heads/master@{#296708}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/de6a362..57a7fe6 TBR=ager@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/598423002 Cr-Commit-Position: refs/heads/master@{#296707}
-
dgozman authored
BUG=415102 Review URL: https://codereview.chromium.org/579223002 Cr-Commit-Position: refs/heads/master@{#296706}
-
mathp authored
Revert of NaCl: Update revision in DEPS, r13759 -> r13770 (patchset #1 id:1 of https://codereview.chromium.org/604483002/) Reason for revert: As noted, breaks goma builds. Original issue's description: > NaCl: Update revision in DEPS, r13759 -> r13770 > > This pulls in the following Native Client changes: > > r13760: (mseaborn) untrusted.gypi: Factor out duplicated "--gomadir" option > r13761: (mseaborn) Fix mmap() with length > 0xffff0000 to behave consistently on 32/64-bit > r13762: (teravest) Support file path metadata for the main nexe. > r13763: (teravest) Add CreateNaClDescWithFilePathMetadata fn. > r13764: (dschuff) Switch PNaCl lib, include, and translator directories for new layout > r13765: (dschuff) Pass naclsdk_validate=0 to scons runs run by main waterfall bots > r13768: (dbrazdil) Allowed decrementing program break with sbrk() in MinSFI > r13769: (dyen) Added tests for rename functions in irt_ext. > r13770: (dyen) Added tests for unlink functions irt_ext. > > BUG=none > TEST=browser_tests and nacl_integration > CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_rel_precise32,linux_nacl_sdk,linux_chromium_dbg > TBR=dschuff@chromium.org > > Committed: https://crrev.com/a86ea9cb2d97183ae3080b7325bdc23e392ce96c > Cr-Commit-Position: refs/heads/master@{#296654} TBR=dschuff@chromium.org,sergeyv@chromium.org,mseaborn@chromium.org NOTREECHECKS=true NOTRY=true BUG=none Review URL: https://codereview.chromium.org/605743002 Cr-Commit-Position: refs/heads/master@{#296705}
-
jochen authored
It should be all chromium style now. BUG=324658 R=mkwst@chromium.org Review URL: https://codereview.chromium.org/606563004 Cr-Commit-Position: refs/heads/master@{#296704}
-
ager authored
Revert of DevTools: Protocol handler generator for content (patchset #29 id:560001 of https://codereview.chromium.org/508973003/) Reason for revert: Looks like this is causing inspector/timeline/timeline-auto-record.html layout test failures on the buildbots. http://test-results.appspot.com/dashboards/flakiness_dashboard.html#master=ChromiumWebkit&tests=inspector/timeline/timeline-auto-record.html,inspector/tracing/timeline-auto-record.html,virtual/deferred/inspector/timeline/timeline-auto-record.html,virtual/deferred/inspector/tracing/timeline-auto-record.html,virtual/implsidepainting/inspector/timeline/timeline-auto-record.html,virtual/implsidepainting/inspector/tracing/timeline-auto-record.html Original issue's description: > DevTools: Protocol handler generator for content > > BUG=405566 > > Committed: https://crrev.com/fa9990e750100c92ac9f53494b65a3174890487d > Cr-Commit-Position: refs/heads/master@{#296694} TBR=jochen@chromium.org,dgozman@chromium.org,pfeldman@chromium.org,yurys@chromium.org,vkuzkokov@chromium.org NOTREECHECKS=true NOTRY=true BUG=405566 Review URL: https://codereview.chromium.org/607503002 Cr-Commit-Position: refs/heads/master@{#296703}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#296702}
-
sunil.ratnu authored
Currently, the password bubble opens up only on "webby" URLs i.e. it does not work on URLs such as chrome: or file: but the save password infobar shows up also for the "non-webby" URLs making both the prompts behave in a different manner. This patch makes the behaviour for both the prompts consistent. BUG=393138 Review URL: https://codereview.chromium.org/582833005 Cr-Commit-Position: refs/heads/master@{#296701}
-
phoglund authored
This test measures CPU and memory when we acquire a HD stream with WebRTC. The existing local-video.html demo will acquire whatever is the default, which currently is VGA. The demo page is taken from our GitHub demo repository and is only lightly edited to get js paths right. BUG=413577 Review URL: https://codereview.chromium.org/551863005 Cr-Commit-Position: refs/heads/master@{#296700}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/3d349bd..de6a362 TBR=ager@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/603113003 Cr-Commit-Position: refs/heads/master@{#296699}
-
joaodasilva authored
BUG=None Review URL: https://codereview.chromium.org/599373002 Cr-Commit-Position: refs/heads/master@{#296698}
-
haraken authored
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. Review URL: https://codereview.chromium.org/583043005 Cr-Commit-Position: refs/heads/master@{#296697}
-
machenbach authored
TBR=jkummerow@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/608473002 Cr-Commit-Position: refs/heads/master@{#296696}
-
mkosiba authored
We don't use the android_webview_java target anymore, get rid of it and the resource_map entries. Also, get rid of the res_hack folder since we now have a real resources folder in our source tree. BUG=None TEST=compile on android_aosp bot TBR=miguelg@chromium.org Review URL: https://codereview.chromium.org/540993002 Cr-Commit-Position: refs/heads/master@{#296695}
-
vkuzkokov authored
BUG=405566 Review URL: https://codereview.chromium.org/508973003 Cr-Commit-Position: refs/heads/master@{#296694}
-
ygorshenin authored
he middle of current channel transition. For example: 1. User is currently on the beta channel and decides to switch to the dev channel. 2. In the middle of the switch the user decides to switch to the stable channel instead of currently downloading dev. But update engine moves to UPDATE_STATUS_REPORTING_ERROR_EVENT because target channel isn't equal to downloading channel, so request to start downloading of stable channel fails. Almost immediately update engine moves to UPDATE_STATUS_IDLE, but user needs to reload chrome://help page to initiate update check. Current changelist handles the issue and implements automatic update checks when update engine is idle. BUG=311162 TEST=unit_tests:VersionUpdaterCrosTest.* Review URL: https://codereview.chromium.org/578293002 Cr-Commit-Position: refs/heads/master@{#296693}
-
mvanouwerkerk authored
Revert of Removed the ScriptedSpeech content side. (patchset #2 id:20001 of https://codereview.chromium.org/598923002/) Reason for revert: I'm sorry, the ENABLE_SPEECH_RECOGNITION switch is still used in the Chrome on Android repo. I don't see (on the short term) another way of handling this than not removing that switch. I'm going to revert this change. Original issue's description: > Removed the ScriptedSpeech content side. > > Removal the corresponding changes in blink are applied in the following patch > https://codereview.chromium.org/599863002/ > > BUG=402536 > > Committed: https://crrev.com/6b8dda12a7d842517c5c4ee155cf48951e908a7f > Cr-Commit-Position: refs/heads/master@{#296655} TBR=avi@chromium.org,mohan.reddy@samsung.com NOTREECHECKS=true NOTRY=true BUG=402536 Review URL: https://codereview.chromium.org/602083002 Cr-Commit-Position: refs/heads/master@{#296692}
-
joleksy authored
Event::flags() contains all the buttons that are being held down during event, while MouseEvent::changed_button_flags() contains the buttons that are actually pressed/released during the press/release event (and this is what we really are interested in). This is a follow up to https://codereview.chromium.org/302593002/ which caused problems during integration, and it seems to me it got just closed, so I am opening a new one. Review URL: https://codereview.chromium.org/585393002 Cr-Commit-Position: refs/heads/master@{#296691}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/abe9e39c..3d349bd TBR=ager@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/600393003 Cr-Commit-Position: refs/heads/master@{#296690}
-
grunell authored
Conditions: * Track processing is enabled. * Experimental constraint is set. * Keyboard mic is supported (reported via effect). * The ordinary layout is stereo. This CL will be landed last of the keyboard mic support CLs. BUG=345296 Review URL: https://codereview.chromium.org/598563002 Cr-Commit-Position: refs/heads/master@{#296689}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/604743002 Cr-Commit-Position: refs/heads/master@{#296688}
-
mcasas authored
TBR=niklase@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/597283005 Cr-Commit-Position: refs/heads/master@{#296687}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/664fffa..abe9e39c TBR=ager@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/600423002 Cr-Commit-Position: refs/heads/master@{#296686}
-