- 25 Sep, 2014 40 commits
-
-
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}
-
qsr authored
BUG=416863 R=sdefresne@chromium.org,cmasone@chromium.org Review URL: https://codereview.chromium.org/594203002 Cr-Commit-Position: refs/heads/master@{#296685}
-
sdefresne authored
Move history_types.{cc,h} and android_history_types.{cc,h} to the history component and create a new target history_core_android. BUG=371816 Review URL: https://codereview.chromium.org/584013002 Cr-Commit-Position: refs/heads/master@{#296684}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/ed8ea3d..664fffa TBR=ager@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/604703003 Cr-Commit-Position: refs/heads/master@{#296683}
-
nhiroki authored
There is no behavioral change (just a refactoring). BUG=326429 TEST=content_unittests --gtest_filter=ObfuscatedFileUtilTest.* Review URL: https://codereview.chromium.org/602043002 Cr-Commit-Position: refs/heads/master@{#296682}
-
thestig authored
BUG=173779,257276 NOTRY=true TBR=oshima@chromium.org Review URL: https://codereview.chromium.org/601143002 Cr-Commit-Position: refs/heads/master@{#296681}
-
viettrungluu authored
R=jamesr@chromium.org Review URL: https://codereview.chromium.org/604643003 Cr-Commit-Position: refs/heads/master@{#296680}
-
lfg authored
Script injection wasn't working in app_shell because the ScriptInjectionManager never got created. BUG=352293 Review URL: https://codereview.chromium.org/602563003 Cr-Commit-Position: refs/heads/master@{#296679}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/890537c..ed8ea3d TBR=pdr@chromium.org,wjmaclean@chromium.org,ager@chromium.org Review URL: https://codereview.chromium.org/600273003 Cr-Commit-Position: refs/heads/master@{#296678}
-
rileya authored
This leaves some room for YUV conversion rounding errors. BUG=91208 Review URL: https://codereview.chromium.org/601083002 Cr-Commit-Position: refs/heads/master@{#296677}
-
mohan.reddy authored
Using base::StringPairs in base folder Becuase base/strings/string_split.h defines: typedef std::vector<std::pair<std::string, std::string> > StringPairs; BUG=412250 Review URL: https://codereview.chromium.org/598323002 Cr-Commit-Position: refs/heads/master@{#296676}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#296675}
-