- 15 Dec, 2014 10 commits
-
-
kalman authored
_behavior_features.json. Arbitrarily use it to implement the allow-in-incognito whitelist. BUG=440194 R=rockot@chromium.org Review URL: https://codereview.chromium.org/789383002 Cr-Commit-Position: refs/heads/master@{#308311}
-
calamity authored
This CL implements an experimental scheme for navigating the tile results in the experimental app list. The left and right arrow keys now navigate the tile list if the search box cursor is at the end of the text. BUG=436327 Review URL: https://codereview.chromium.org/793633002 Cr-Commit-Position: refs/heads/master@{#308310}
-
calamity authored
This CL fixes issues with the app list where the search box widget would render above the app list overlay while accepting input. This has been fixed by appropriately animating the search box widget when the app list overlay is shown and disabling the search box. BUG=439350 Review URL: https://codereview.chromium.org/781423002 Cr-Commit-Position: refs/heads/master@{#308309}
-
calamity authored
This CL fixes an issue where Shift+Tab would lock up the whole chrome browser process when in the app list. This has been fixed by explicitly capturing the Shift+Tab event since there are no other focus targets anyway. BUG=438425 Review URL: https://codereview.chromium.org/791403004 Cr-Commit-Position: refs/heads/master@{#308308}
-
yawano authored
BUG=433728 TEST=GYP_GENERATORS=ninja tools/gyp/gyp --depth . ui/file_manager/gallery/js/compiled_resources.gyp && ninja -C out/Default | grep "gallery.js" Review URL: https://codereview.chromium.org/801533006 Cr-Commit-Position: refs/heads/master@{#308307}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/33cbe26..0c64792 TBR= Review URL: https://codereview.chromium.org/802783004 Cr-Commit-Position: refs/heads/master@{#308306}
-
estade authored
Blink side: https://codereview.chromium.org/799893004 BUG=428790 Review URL: https://codereview.chromium.org/798073003 Cr-Commit-Position: refs/heads/master@{#308305}
-
amistry authored
This affects the speech recognition with V2 hotwording enabled. Review URL: https://codereview.chromium.org/797493002 Cr-Commit-Position: refs/heads/master@{#308304}
-
sammc authored
Previously if the PDF plugin is disabled or click-to-play, the loading indicator appeared over the click-to-play overlay. This hides the loading indicator until a message is received from the plugin. BUG=441132 Review URL: https://codereview.chromium.org/796223002 Cr-Commit-Position: refs/heads/master@{#308303}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/451e822..912ed6e CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=bensong@google.com Review URL: https://codereview.chromium.org/804833003 Cr-Commit-Position: refs/heads/master@{#308302}
-
- 14 Dec, 2014 12 commits
-
-
rvargas authored
BUG=417532 Review URL: https://codereview.chromium.org/783523004 Cr-Commit-Position: refs/heads/master@{#308301}
-
apacible authored
Currently, constrained web dialogs cannot autoresize. This change gives an option to pass in a minimum and maximum size, which enables the autoresizing functionality. OSX has not yet been implemented. BUG=217034 Review URL: https://codereview.chromium.org/754953002 Cr-Commit-Position: refs/heads/master@{#308300}
-
sudarsana.nagineni authored
Add a null check instead of DCHECK() for web contents since it can be NULL and cause a crash on debug builds, if the tab is closed while the plugin settings bubble is visible and the setting was changed to Allow plugins. BUG=440410 Review URL: https://codereview.chromium.org/791633003 Cr-Commit-Position: refs/heads/master@{#308299}
-
tommi authored
Remove dependency on the default constructor of StatsReport. This is in preparation of a WebRTC roll where this constructor has been removed. TBR=perkj@chromium.org Review URL: https://codereview.chromium.org/803853002 Cr-Commit-Position: refs/heads/master@{#308298}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/ef1eaab..33cbe26 TBR= Review URL: https://codereview.chromium.org/791243003 Cr-Commit-Position: refs/heads/master@{#308297}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/797423002 Cr-Commit-Position: refs/heads/master@{#308296}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/23bf4d4..ef1eaab TBR= Review URL: https://codereview.chromium.org/806583003 Cr-Commit-Position: refs/heads/master@{#308295}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#308294}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/2df2b3e..23bf4d4 TBR= Review URL: https://codereview.chromium.org/787253007 Cr-Commit-Position: refs/heads/master@{#308293}
-
tfarina authored
It makes the ownership clear and it is a good pratice when transfering ownership from caller to callee. Passing a scoped_ptr makes it harder to misuse. Discussion in chromium-dev mailing-list: https://groups.google.com/a/chromium.org/d/topic/chromium-dev/9rTsfEI1Ux0/discussion BUG=None TEST=unit_tests --gtest_filter=ConfirmBubble* R=pkasting@chromium.org,avi@chromium.org Review URL: https://codereview.chromium.org/801043003 Cr-Commit-Position: refs/heads/master@{#308292}
-
tfarina authored
Do not use an action when naming an event that will be fired to the delegate. Instead of saying what the delegate should do or will do, just say what event happened. So in this case, say to the delegate that the instructions import link on the Bookmarks Bar was clicked. BUG=None TEST=have zero bookmarks in your Bookmarks Bar, so you can see the link there, click on it to show the import dialog. No regressions should be observed. R=sky@chromium.org Review URL: https://codereview.chromium.org/789653004 Cr-Commit-Position: refs/heads/master@{#308291}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/c517219..2df2b3e TBR= Review URL: https://codereview.chromium.org/787253006 Cr-Commit-Position: refs/heads/master@{#308290}
-
- 13 Dec, 2014 18 commits
-
-
jackhou authored
Blink side here (depends on this CL): https://codereview.chromium.org/782693003/ BUG=317991 Review URL: https://codereview.chromium.org/789433003 Cr-Commit-Position: refs/heads/master@{#308289}
-
dougsteed authored
BUG=428920 R=mfoltz@chromium.org Review URL: https://codereview.chromium.org/694123002 Cr-Commit-Position: refs/heads/master@{#308288}
-
avi authored
Revert of Ensure that the browser’s copy of page id is in sync with the renderer’s. (patchset #1 id:1 of https://codereview.chromium.org/795233002/) Reason for revert: Still crashing. Original issue's description: > Ensure that the browser’s copy of page id is in sync with the renderer’s. > > This might-maybe-hope-not crash, and so has debugging statements. > > BUG=407376 > TEST=no crashing, we hope > TBR=rsesek@chromium.org > > Committed: https://crrev.com/0eba5c5e63e52330d3409193f5184aaffac45e90 > Cr-Commit-Position: refs/heads/master@{#308036} TBR=rsesek@chromium.org,creis@chromium.org NOTREECHECKS=true NOTRY=true BUG=407376 Review URL: https://codereview.chromium.org/803803003 Cr-Commit-Position: refs/heads/master@{#308287}
-
rob authored
BUG=302083 R=thakis@chromium.org R=kalman@chromium.org Review URL: https://codereview.chromium.org/730983002 Cr-Commit-Position: refs/heads/master@{#308286}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/e7e7876..c517219 TBR= Review URL: https://codereview.chromium.org/806563002 Cr-Commit-Position: refs/heads/master@{#308285}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/43893e4..451e822 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=scroggo@google.com Review URL: https://codereview.chromium.org/798233002 Cr-Commit-Position: refs/heads/master@{#308284}
-
mef authored
Refactor URLRequestAdapter::Read to fix unbound buffer growth and data corruption in case of synchronous success. BUG=433348 Review URL: https://codereview.chromium.org/743713002 Cr-Commit-Position: refs/heads/master@{#308283}
-
reed authored
BUG= TBR=robertphilips Review URL: https://codereview.chromium.org/787123007 Cr-Commit-Position: refs/heads/master@{#308282}
-
parkch98 authored
__NR_open, __NR_access are not defined on arm64. So, I just blocked the syscall to build properly on arm64. BUG=None Review URL: https://codereview.chromium.org/784733002 Cr-Commit-Position: refs/heads/master@{#308281}
-
tfarina authored
These entries were found with the following command line: $ git grep Newtab chrome/ BUG=None R=sky@chromium.org Review URL: https://codereview.chromium.org/786893007 Cr-Commit-Position: refs/heads/master@{#308280}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/71085d0..e7e7876 TBR= Review URL: https://codereview.chromium.org/799813003 Cr-Commit-Position: refs/heads/master@{#308279}
-
tfarina authored
They don't seem to be necessary anymore. R=thestig@chromium.org Review URL: https://codereview.chromium.org/794243004 Cr-Commit-Position: refs/heads/master@{#308278}
-
rlp authored
chrome://settings and upon HotwordService creation. Note: This also changes HotwordAudioHistoryHandler to maintain the previous state of the pref if a successful connection could not be made with the server. A separate CL will be created for reporting an error in connection to the user. Adds a new function to browser_options_handler to be used as a callback to the call GetAudioHistoryEnabled. Adds a task_runner to HotwordAudioHistoryHandler to enable testing. Test added: HotwordServiceTest.AudioHistorySyncOccurs. Changes to hotword_private_apitest reflect the fact that hotword_audio_history_handler now takes a task_runner and that the previous state of the pref is maintained. Issue 436683 is included in this because the times which we sync (every 24 hrs, profile startup, opening chrome://settings) are considered sufficient enough to maintain state and close enough to launching for the purpose of opening the audio_verification_app. BUG=438451,436683 Review URL: https://codereview.chromium.org/800523002 Cr-Commit-Position: refs/heads/master@{#308277}
-
chrishenry authored
BUG=439512 Review URL: https://codereview.chromium.org/805613002 Cr-Commit-Position: refs/heads/master@{#308276}
-
chrishenry authored
BUG=439512 Review URL: https://codereview.chromium.org/797133003 Cr-Commit-Position: refs/heads/master@{#308275}
-
chrishenry authored
BUG=439512 Review URL: https://codereview.chromium.org/799183002 Cr-Commit-Position: refs/heads/master@{#308274}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/fbaace0..43893e4 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=scroggo@google.com Review URL: https://codereview.chromium.org/796333004 Cr-Commit-Position: refs/heads/master@{#308273}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#308272}
-