- 27 Oct, 2014 40 commits
-
-
dbeam authored
assistive tecnologies (e.g. screenreaders). Depends on https://codereview.chromium.org/668983004/. BUG=none R=aboxhall@chromium.org TEST=more "button" and less "link" in voice feedback or other ATs Review URL: https://codereview.chromium.org/671173008 Cr-Commit-Position: refs/heads/master@{#301375}
-
nednguyen authored
BUG=418375 Review URL: https://codereview.chromium.org/673373002 Cr-Commit-Position: refs/heads/master@{#301374}
-
avi authored
Revert of Changed api to notify when watched directory is deleted. (patchset #16 id:300001 of https://codereview.chromium.org/658013002/) Reason for revert: Linux Chromium OS ASan LSan Tests (1) http://build.chromium.org/p/chromium.memory/builders/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20(1) started burning when this landed: @@@STEP_LOG_LINE@OnFileChanged@Direct leak of 48 byte(s) in 3 object(s) allocated from:@@@ @@@STEP_LOG_LINE@OnFileChanged@ #0 0x579f3b in operator new(unsigned long) (/tmp/run_tha_testfLYqpC/out/Release/browser_tests+0x579f3b)@@@ @@@STEP_LOG_LINE@OnFileChanged@ #1 0x4a85629 in file_manager::(anonymous namespace)::CreateAndStartFilePathWatcher(base::FilePath const&, base::Callback\u003Cvoid (base::FilePath const&, bool)> const&) chrome/browser/chromeos/file_manager/file_watcher.cc:24:3@@@ Original issue's description: > Changed api to notify when watched directory is deleted. > > BUG=423257 > TEST=out/Release/browser_tests --gtest_filter=FileManagerPrivateApiTest.OnFileChanged > > Committed: https://crrev.com/962dea43ddd90e7e4224a03fa3c36a421281abb7 > Cr-Commit-Position: refs/heads/master@{#301325} TBR=mtomasz@chromium.org,yoshiki@chromium.org,yawano@chromium.org NOTREECHECKS=true NOTRY=true BUG=423257 Review URL: https://codereview.chromium.org/676403003 Cr-Commit-Position: refs/heads/master@{#301373}
-
mdjones authored
- Add field to distilled_page.proto - Update html template to accept "dir" attribute on body BUG=374404 Review URL: https://codereview.chromium.org/667323002 Cr-Commit-Position: refs/heads/master@{#301372}
-
pneubeck authored
This pulls in the following changes: - Add WakeOnWiFiEnabled property - Add cryptohome GetLoginStatus() definitions. - Third party VPN driver related DBus constants - Add property for WakeOnPacket - shill: Service: Add ManagedCredentials property - Add DBus constants for apmanager - Add session_manager method names for supervised user handling The ManagedCredentials property is required for improving autoconnect for managed networks. BUG=425049 Review URL: https://codereview.chromium.org/680043002 Cr-Commit-Position: refs/heads/master@{#301371}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/005ee1b..a13ee76 TBR=leviw@chromium.org,yurys@chromium.org Review URL: https://codereview.chromium.org/661033004 Cr-Commit-Position: refs/heads/master@{#301370}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/3dc5d70..3a0cfeb CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=hcm@google.com Review URL: https://codereview.chromium.org/685453002 Cr-Commit-Position: refs/heads/master@{#301369}
-
pwestin authored
BUG= Review URL: https://codereview.chromium.org/643703008 Cr-Commit-Position: refs/heads/master@{#301368}
-
xians authored
This is to avoid glitches when webaudio and webrtc streams are used at the same time. TBR=rtoy@chromium.org BUG=423696 Review URL: https://codereview.chromium.org/673183002 Cr-Commit-Position: refs/heads/master@{#301367}
-
danakj authored
In PictureLayerImpl we assume that the pile size matches the bounds but this is subtley not true when the layer is not part of the visible frame (ie. not in the RenderSurfaceLayerList). So use the pile's size consistently everywhere except during drawing where using the bounds makes some logical sense. And DCHECK they are equal there. R=enne, vmpstr Review URL: https://codereview.chromium.org/674253002 Cr-Commit-Position: refs/heads/master@{#301366}
-
chrome://policydbeam authored
TBR=bartfab@chromium.org BUG=426850 Review URL: https://codereview.chromium.org/677823002 Cr-Commit-Position: refs/heads/master@{#301365}
-
xunjieli authored
Roll latest version of trace-viewer to include a bug fix for net async slice. Review URL: https://codereview.chromium.org/667153004 Cr-Commit-Position: refs/heads/master@{#301364}
-
ygorshenin authored
BUG=405876, 426651 TEST=none Review URL: https://codereview.chromium.org/673813003 Cr-Commit-Position: refs/heads/master@{#301363}
-
edwardjung authored
BUG=424118 Review URL: https://codereview.chromium.org/638233005 Cr-Commit-Position: refs/heads/master@{#301362}
-
kevers authored
BUG=401729 Abandoning Issue 451873002 in favor of directly adding google-input-tools to src/third_party. A subset of the open sourced library depends on third_party code where the licensing is unclear. The required pieces strictly support Apache 2.0 licensing. Review URL: https://codereview.chromium.org/674153004 Cr-Commit-Position: refs/heads/master@{#301361}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/3a9c903..3dc5d70 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=hcm@google.com Review URL: https://codereview.chromium.org/681763002 Cr-Commit-Position: refs/heads/master@{#301360}
-
Sadrul Habib Chowdhury authored
Some extensions that uses the chrome.tabs API can end up crashing athena because of the NOTREACHED. So replace these with NOTIMPLEMENTED instead. BUG=none R=benwells@chromium.org, oshima@chromium.org Review URL: https://codereview.chromium.org/676813002 Cr-Commit-Position: refs/heads/master@{#301359}
-
mithro authored
This moves the logic from the LayerTreeHostImpl into the scheduler which means only ScheduledActionAnimate now updates animation state. The further extends the work in http://crrev.com/206793003 BUG=346230 Committed: https://crrev.com/7fa5729cf6ac490cc3b257b7eb8093dcd1285e3a Cr-Commit-Position: refs/heads/master@{#298396} Review URL: https://codereview.chromium.org/621823003 Cr-Commit-Position: refs/heads/master@{#301358}
-
antrim authored
BUG=426522 R=nkostylev@chromium.org Review URL: https://codereview.chromium.org/681753002 Cr-Commit-Position: refs/heads/master@{#301357}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/58ebcfd..005ee1b TBR=leviw@chromium.org,yurys@chromium.org Review URL: https://codereview.chromium.org/677963002 Cr-Commit-Position: refs/heads/master@{#301356}
-
jkarlin authored
The Put() function performs an async init() with a weakptr callback. If the weakptr is null then the callback won't be called, breaking the contract that Put()'s callback will always be called. This CL fixes that by making the PutImpl callback a static member (so that it can access Cache::backend_). The other Put callbacks and its necessary classes came along for the ride. Upstream of: https://codereview.chromium.org/649203005 BUG=426964 Review URL: https://codereview.chromium.org/658583006 Cr-Commit-Position: refs/heads/master@{#301355}
-
bauerb authored
Set that flag to false for supervised users. BUG=419927 Review URL: https://codereview.chromium.org/665223007 Cr-Commit-Position: refs/heads/master@{#301354}
-
ygorshenin authored
BUG=405876 TEST=none Review URL: https://codereview.chromium.org/678973003 Cr-Commit-Position: refs/heads/master@{#301353}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#301352}
-
Paweł Hajdan, Jr authored
This ports https://codereview.chromium.org/674023002 to src-side script. BUG=399371, 425694, 422235 R=sergiyb@chromium.org Review URL: https://codereview.chromium.org/677393002 Cr-Commit-Position: refs/heads/master@{#301351}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/3c4e91b..58ebcfd TBR=leviw@chromium.org,yurys@chromium.org Review URL: https://codereview.chromium.org/647933005 Cr-Commit-Position: refs/heads/master@{#301350}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/30b83d4..3a9c903 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=hcm@google.com Review URL: https://codereview.chromium.org/679053002 Cr-Commit-Position: refs/heads/master@{#301349}
-
peter authored
Remove the Blink API implementations which still accepted a WebString for the sender Id, which is not being used anymore. BUG=424601 Review URL: https://codereview.chromium.org/663813002 Cr-Commit-Position: refs/heads/master@{#301348}
-
simonb authored
Change section data rewriter internal interface to take a section directly, rather than a pointer to section data. Remove some of the more confusing instances of data pointers being passed between pack and unpack functions. Readability only. No behavioural effects. BUG=385553 Review URL: https://codereview.chromium.org/650293006 Cr-Commit-Position: refs/heads/master@{#301347}
-
pbos authored
Brings in fix for undefined read detected on WebRTC's MSan bot. R=tommi@chromium.org BUG= Review URL: https://codereview.chromium.org/677383002 Cr-Commit-Position: refs/heads/master@{#301346}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/8bdbc43..3c4e91b TBR=leviw@chromium.org,yurys@chromium.org Review URL: https://codereview.chromium.org/680023002 Cr-Commit-Position: refs/heads/master@{#301345}
-
mostynb authored
The logging_like_official_build gyp setting was removed in this CL: https://codereview.chromium.org/189603007 BUG=334021 Review URL: https://codereview.chromium.org/682603002 Cr-Commit-Position: refs/heads/master@{#301344}
-
nkostylev authored
ExtensionService is not initialized. BUG=426787 Review URL: https://codereview.chromium.org/658183003 Cr-Commit-Position: refs/heads/master@{#301343}
-
https://codereview.chromium.org/643803003petrcermak authored
This patch prevents low-memory devices from crashing on Chrome start up. Instead of relying on the Linker.sInBrowserProcess field, which can have an incorrect value on these devices, the mmap check (whether the device supports loading libraries directly from APK files) is performed inside LibraryLoader.onNativeInitializationComplete, which is guaranteed to be called only in the process thread. In addition, two extra possible values are added to the UMA histogram: Unknown (the mmap check was not carried out) and Successful (a library was successfully loaded directly from the APK). Finally, this patch removes the deprecated LibraryLoader.onNativeInitializationComplete() method (with no arguments), which was replaced by LibraryLoader.onNativeInitializationComplete(Context context) in https://codereview.chromium.org/643923004/. BUG=423699,390618 Review URL: https://codereview.chromium.org/663543003 Cr-Commit-Position: refs/heads/master@{#301342}
-
fukino authored
This CL includes following changes. - Change openView_.firstNode to openView_.firstChild. - Convert dynamically decorated metric functions to standard form to annotate them. - Make MetadataCache.get's callback nullable. BUG=406995 TEST=run browser_tests gtest_filter=*FileManager* Review URL: https://codereview.chromium.org/673933003 Cr-Commit-Position: refs/heads/master@{#301341}
-
mharanczyk authored
This prevents file lock problems on those tests shutdown on windows. BUG=427420 Review URL: https://codereview.chromium.org/682593002 Cr-Commit-Position: refs/heads/master@{#301340}
-
ellyjones authored
This method allows clients to register a callback to receive notification whenever the set of cookies stored in a cookie store that would be sent for a request to a specific URL changes. BUG=395146 Review URL: https://codereview.chromium.org/676073003 Cr-Commit-Position: refs/heads/master@{#301339}
-
miguelg authored
BUG=392145 Review URL: https://codereview.chromium.org/622793002 Cr-Commit-Position: refs/heads/master@{#301338}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/a443537..8bdbc43 TBR=leviw@chromium.org,yurys@chromium.org Review URL: https://codereview.chromium.org/639753005 Cr-Commit-Position: refs/heads/master@{#301337}
-
Yuri Gorshenin authored
BUG=405876 TEST=manual tests on Linux ChromeOS build TBR=nkostylev@chromium.org Review URL: https://codereview.chromium.org/680013002 Cr-Commit-Position: refs/heads/master@{#301336}
-