- 24 Sep, 2014 7 commits
-
-
jrummell authored
BUG=none TEST=cq Review URL: https://codereview.chromium.org/591783002 Cr-Commit-Position: refs/heads/master@{#296314}
-
brettw authored
TBR=scottmg Review URL: https://codereview.chromium.org/593333002 Cr-Commit-Position: refs/heads/master@{#296313}
-
qyearsley authored
BUG=394990 Review URL: https://codereview.chromium.org/593253002 Cr-Commit-Position: refs/heads/master@{#296312}
-
dmichael authored
Blocking renderer->plugin messages can be interrupted by any message from the plugin->renderer (even async ones). So while handline a blocking message, such as HandleInputEvent or HandleBlockingMessage, it's currently possible to re-enter JavaScript. This patch makes that impossible by queueing up Plugin->Renderer messages sent via PPB_Messaging::PostMessage while any renderer->plugin sync message is on the stack. BUG=384528 Review URL: https://codereview.chromium.org/589213003 Cr-Commit-Position: refs/heads/master@{#296311}
-
nednguyen authored
Previously, creation of platforms is done in browser_finder classes. This patch aims to detach the coupling between creating browsers from platform by moving such methods to platform. Also modify android_platform_backend so it owns the adb instance. SHERRIFS: reverting this patch will require reverting https://codereview.chromium.org/541693004/ first. BUG=413637 Review URL: https://codereview.chromium.org/522553002 Cr-Commit-Position: refs/heads/master@{#296310}
-
hclam authored
Stats generated by cast streaming API contains some redundancy stuff like "bucket" and "count". Also remove 0 buckets in the stats to reduce size. Review URL: https://codereview.chromium.org/582253002 Cr-Commit-Position: refs/heads/master@{#296309}
-
John Abd-El-Malek authored
BUG=414808 TBR=maruel@chromium.org Review URL: https://codereview.chromium.org/593333003 Cr-Commit-Position: refs/heads/master@{#296308}
-
- 23 Sep, 2014 33 commits
-
-
jonross authored
Change the shelf visibility animation so that the status area is visible before animating any properties. This way it is rendering for the full animation. TEST=ShelfLayoutManagerTest.SetAutoHideBehavior BUG=416618 Review URL: https://codereview.chromium.org/596863003 Cr-Commit-Position: refs/heads/master@{#296307}
-
gunsch authored
R=lcwu@chromium.org BUG=None Review URL: https://codereview.chromium.org/600573003 Cr-Commit-Position: refs/heads/master@{#296306}
-
thestig authored
BUG=17540,385396,411235,416957,417048 NOTRY=true TBR=groby@chromium.org Review URL: https://codereview.chromium.org/602453002 Cr-Commit-Position: refs/heads/master@{#296305}
-
dalecurtis authored
Several AudioParameters fields are irrelevant when converting from one type to another via AudioRendererMixer. Not ignoring these values results in expensive extra renderer side resampling load and extra physical stream creation. Physical stream creation has a long tail of additional overhead (multiple threads, shared memory, etc). AudioRendererMixerManager will now ignore these irrelevant params when determining whether it should reuse an existing mixer. BUG=none TEST=new unittest. Review URL: https://codereview.chromium.org/596073002 Cr-Commit-Position: refs/heads/master@{#296304}
-
boliu authored
StreamTextureFactorySynchronousImpl::CreateProxy did not check if context_provider already exists in which case it does not need to re-add the observer. BUG=416981 Review URL: https://codereview.chromium.org/594273003 Cr-Commit-Position: refs/heads/master@{#296303}
-
Brett Wilson authored
This is the new name. It has the same meaning but additionally with a "you can use the headers" permission. Rename direct_dependent_configs to public_configs. This is the new name with identical meaning. TBR=jamesr Review URL: https://codereview.chromium.org/595073002 Cr-Commit-Position: refs/heads/master@{#296302}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/b246733..66b8c06 TBR=pdr@chromium.org,wjmaclean@chromium.org,ager@chromium.org Review URL: https://codereview.chromium.org/601553003 Cr-Commit-Position: refs/heads/master@{#296301}
-
estade authored
See [1] for network_menu.js/css deletion See [2] for sim_unlock_ui.cc change [1] https://codereview.chromium.org/6693032 [2] https://codereview.chromium.org/399303003/diff/100001/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc#oldcode298 BUG=122753 Review URL: https://codereview.chromium.org/588363002 Cr-Commit-Position: refs/heads/master@{#296300}
-
vitalyp authored
BUG=393873 R=dbeam@chromium.org,mtomasz@chromium.org Review URL: https://codereview.chromium.org/575313004 Cr-Commit-Position: refs/heads/master@{#296299}
-
rdevlin.cronin authored
BUG=416691 Review URL: https://codereview.chromium.org/595683002 Cr-Commit-Position: refs/heads/master@{#296298}
-
sclittle authored
Keep track of the situations when Chrome expects the data reduction proxy via header to be present in a response, but the data reduction proxy via header is missing. BUG=412888 Review URL: https://codereview.chromium.org/577343002 Cr-Commit-Position: refs/heads/master@{#296297}
-
vitalyp authored
R=bshe@chromium.org BUG=393873 TEST=GYP_GENERATORS=ninja gyp --depth . ui/keyboard/resources/compiled_resources.gyp && ninja -C out/Default | grep WARNING Review URL: https://codereview.chromium.org/594603002 Cr-Commit-Position: refs/heads/master@{#296296}
-
lazyboy authored
This will make some zoom functionality work in pdf viewer as they rely on tabs.setZoomSettings/tabs.setZoom. BUG=416332 Test=Load chrome with --enable-mime-handler-view and --out-of-process-pdf Navigate to a pdf file, see ctrl+/- or zooming through browser menu work. Ctrl + wheel still doesn't work, will fix that in a follow up CL. Review URL: https://codereview.chromium.org/597653002 Cr-Commit-Position: refs/heads/master@{#296295}
-
Brett Wilson authored
This application downloads a URL to a temp file, unzips it, and then cleans everything up. IN a future pass, we'll extract a manifest and contents of the module. BUG= R=ben@chromium.org Review URL: https://codereview.chromium.org/596913002 Cr-Commit-Position: refs/heads/master@{#296294}
-
mpcomplete authored
receives, rather then allocating a new DataPipe for each chunk. BUG=403930 Review URL: https://codereview.chromium.org/550003005 Cr-Commit-Position: refs/heads/master@{#296293}
-
avi authored
BUG=416897 TEST=as in bug Review URL: https://codereview.chromium.org/595993002 Cr-Commit-Position: refs/heads/master@{#296292}
-
tonyg authored
This allows users to do --browser=reference instead of looking up that long platform-specific path name. It also causes test_runner to report reference build commands for platforms that support it. BUG=416705 Review URL: https://codereview.chromium.org/593983002 Cr-Commit-Position: refs/heads/master@{#296291}
-
thakis authored
Revert of ChromeOS: "Add New User" screen should enable all hardware keyboards. (patchset #14 id:260001 of https://codereview.chromium.org/484353005/) Reason for revert: Speculative, looks like this broke a bunch of browser_tests in dbg: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%281%29/builds/31837 http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%281%29/builds/31837 Original issue's description: > ChromeOS: "Add New User" screen should enable all hardware keyboards. > > "Add New User" screen should have enabled all hardware > keyboards, owner and system input methods. > > BUG=365299 > TEST=manual > > Committed: https://crrev.com/a5a81ef618a26e513a4ae0f2b4b0e77f8224e946 > Cr-Commit-Position: refs/heads/master@{#296199} TBR=dzhioev@chromium.org,shuchen@chromium.org,alemate@chromium.org NOTREECHECKS=true NOTRY=true BUG=365299 Review URL: https://codereview.chromium.org/597723003 Cr-Commit-Position: refs/heads/master@{#296290}
-
hanxi authored
to //extensions. BUG=352293 Review URL: https://codereview.chromium.org/594653003 Cr-Commit-Position: refs/heads/master@{#296289}
-
noms authored
BUG=414794 Review URL: https://codereview.chromium.org/589263002 Cr-Commit-Position: refs/heads/master@{#296288}
-
jiayl authored
See the bug for the full list of security issues fixed. BUG=416528 Review URL: https://codereview.chromium.org/589183002 Cr-Commit-Position: refs/heads/master@{#296287}
-
pkotwicz authored
and tests which inherit from AuraTestBase in the same target BUG=None TEST=None Review URL: https://codereview.chromium.org/597543002 Cr-Commit-Position: refs/heads/master@{#296286}
-
johannkoenig authored
libvpx roll: https://codereview.chromium.org/592203002 re-instate image compatibility: https://codereview.chromium.org/588403002 Use new VP9E_SET_NOISE_SENSITIVITY introduced in: https://gerrit.chromium.org/gerrit/gitweb?p=webm%2Flibvpx.git;a=commit;h=bb1a23656c63097a4b250ac484b14051f09df9b5 NOTRY=true R=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/595653003 Cr-Commit-Position: refs/heads/master@{#296285}
-
jamiewalch authored
This CL also reinstates the previous behaviour of MenuButton whereby a second click on the button hides the menu, which is made possible by a saner ownership model. BUG=415410 Review URL: https://codereview.chromium.org/594503004 Cr-Commit-Position: refs/heads/master@{#296284}
-
gunsch authored
R=tedchoc@chromium.org,lcwu@chromium.org BUG=None Review URL: https://codereview.chromium.org/594353002 Cr-Commit-Position: refs/heads/master@{#296283}
-
nduca authored
Fixes chrome://inspect?tracing BUG=416578 TBR=dsinclair CC=caseq Review URL: https://codereview.chromium.org/593963003 Cr-Commit-Position: refs/heads/master@{#296282}
-
adamk authored
Last update to Pica pageset did not use vulcanizer, so load time regressed by 75-100%. Now fixed. TBR=ykyyip@chromium.org,tonyg@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/599673002 Cr-Commit-Position: refs/heads/master@{#296281}
-
sudarsana.nagineni authored
Add a null check on OriginPowerMap, since it is possible to get NULL from OriginPowerMapFactory::GetForBrowserContext() in guest mode. BUG=416374 Review URL: https://codereview.chromium.org/598543002 Cr-Commit-Position: refs/heads/master@{#296280}
-
zqiu authored
BUG=None Review URL: https://codereview.chromium.org/594263002 Cr-Commit-Position: refs/heads/master@{#296279}
-
timvolodine authored
Adds UMA logging to track if any batteries were present at the start of Battery Status API. BUG= Review URL: https://codereview.chromium.org/556873004 Cr-Commit-Position: refs/heads/master@{#296278}
-
bshe authored
BUG=416130, 410550 Review URL: https://codereview.chromium.org/587843002 Cr-Commit-Position: refs/heads/master@{#296277}
-
rvargas authored
BUG=416722 R=brettw@chromium.org Review URL: https://codereview.chromium.org/593113004 Cr-Commit-Position: refs/heads/master@{#296276}
-
dbeam authored
R=estade@chromium.org BUG=416761 Review URL: https://codereview.chromium.org/593183002 Cr-Commit-Position: refs/heads/master@{#296275}
-