- 23 Feb, 2015 40 commits
-
-
Scott Graham authored
Revert of Fixes for two different HUD issues related to win32k lockdown (patchset #9 id:350001 of https://codereview.chromium.org/900063002/) Reason for revert: Causes regression in cold start on Android and maybe Mac. Details in http://crbug.com/457248. Original issue's description: > Fixes for two different HUD issues related to win32k lockdown > > 1. Using a GDI bitmap -- switch to SkSurface instead > > 2. Lazily loading a font. This breaks for two different reasons. > The first is a DCHECK for doing IO on the Compositor thread. This > could have been just ignored in general since it's only for debug > usage, the drawbacks of minor jank are limited. > > However, once lockdown is on, the font load hard fails from the > renderer. So, load the typeface before lockdown and pass it into > CC and the hud via LayerTreeSettings. > > R=danakj@chromium.org > BUG=453731,455104 > TEST=run chrome with --enable-win32k-renderer-lockdown --show-fps-counter --ui-show-fps-counter on Win8 > > Committed: https://crrev.com/616a8e656b2d923ed393bde86adc150e555ba799 > Cr-Commit-Position: refs/heads/master@{#314929} TBR=enne@chromium.org,danakj@chromium.org,piman@chromium.org BUG=453731,455104,457248 Review URL: https://codereview.chromium.org/922293006 Cr-Commit-Position: refs/heads/master@{#317648}
-
robertshield authored
BUG=440407 Review URL: https://codereview.chromium.org/950993002 Cr-Commit-Position: refs/heads/master@{#317647}
-
lukasza authored
After this changelist policy::Schema is used to validate policy contents. Mistyped values trigger PolicyWatcher::PolicyErrorCallback. Misspelled names trigger just a LOG(WARNING) message. As a follow-up to using policy::Schema for validation, we can remove ad-hoc fallback values for 2 out of 15 or our policies that used to be stored in PolicyWatcher::bad_type_values_. This can be replaced with a CHECK that verifies that the Schema indeed didn't pass through any mistyped values. As another follow-up we can remove the TODO comment asking to start using PolicyWatcher::PolicyErrorCallback again. We can also remove SignalTransientPolicyError which is not used anymore at this point (we can hesitantly consider reintroducing it if needed to handle detection of unparseable files; this is still some time in the future though). BUG=427513 TEST=remoting_unittests + manual verification on Win and Linux via TestRealChromotingPolicy Review URL: https://codereview.chromium.org/891053003 Cr-Commit-Position: refs/heads/master@{#317646}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/477bc41..1e3ab69 TBR=zmo@chromium.org,hiroshige@chromium.org Review URL: https://codereview.chromium.org/952653004 Cr-Commit-Position: refs/heads/master@{#317645}
-
jam authored
These don't add much value vs the other Pepper tests that are currently being run. This saves about 5% of the runtime of browser_tests. BUG=344054 BUG=457506 Review URL: https://codereview.chromium.org/919643005 Cr-Commit-Position: refs/heads/master@{#317644}
-
oshima authored
so that it uses the correct direction depending on the content R=sky@chromium.org Review URL: https://codereview.chromium.org/950943002 Cr-Commit-Position: refs/heads/master@{#317643}
-
mlerman authored
We want to determine Sync's contribution to Browser startup. As such, we will add code allowing us to disable Sync (or a part thereof) via Finch. The SupervisedUserService was/is not robust to disabling Sync (it crashes). Since disabling sync is a generally supported feature (there's a command line flag), that is now fixed. BUG=454788 Review URL: https://codereview.chromium.org/933293005 Cr-Commit-Position: refs/heads/master@{#317642}
-
gunsch authored
This is a partial revert of https://codereview.chromium.org/923283002 for chromecast/, since we reference AddKeySystemWithCodecs from internal code. The functional changes are kept but the API changes are reverted. R=lcwu@chromium.org BUG=None Review URL: https://codereview.chromium.org/947233003 Cr-Commit-Position: refs/heads/master@{#317641}
-
erikchen authored
The will_close_handler parameter of RegisterDomain is never used. Review URL: https://codereview.chromium.org/945193002 Cr-Commit-Position: refs/heads/master@{#317640}
-
yoav authored
The first step in adding full Client-Hints support on the Blink side is to delete the partial implementation from the Chrome side. This CL does that. BUG=458983 Review URL: https://codereview.chromium.org/948843003 Cr-Commit-Position: refs/heads/master@{#317639}
-
chrome://settings/autofillestade authored
Will merge this to M42, then revert on trunk. BUG=460900 Review URL: https://codereview.chromium.org/949753006 Cr-Commit-Position: refs/heads/master@{#317638}
-
reillyg authored
When these APIs were moved into //extensions the OWNERS files were accidentially placed into their own subdirectories. BUG= Review URL: https://codereview.chromium.org/954523003 Cr-Commit-Position: refs/heads/master@{#317637}
-
smut authored
They only have 5.1 installed BUG=460930 Review URL: https://codereview.chromium.org/947273002 Cr-Commit-Position: refs/heads/master@{#317636}
-
chrome://device-logreillyg authored
Log events and debugging information related to USB devices through the device event log so that these errors are visible on Chrome OS at chrome://device-log. BUG=455336 Review URL: https://codereview.chromium.org/941063003 Cr-Commit-Position: refs/heads/master@{#317635}
-
vollick authored
BUG=421946,456601 Review URL: https://codereview.chromium.org/946813003 Cr-Commit-Position: refs/heads/master@{#317634}
-
huangs authored
Material Design tile titles are 15px high, but on some (if not all) platforms the natural height of title content is 14px high. This creates a click "dead zone" on the tile. This CL forces content height to be 100% to remove the dead zone. BUG=459301 Review URL: https://codereview.chromium.org/938473002 Cr-Commit-Position: refs/heads/master@{#317633}
-
aiolos authored
BUG=454531 Review URL: https://codereview.chromium.org/946473002 Cr-Commit-Position: refs/heads/master@{#317632}
-
anthonyvd authored
Change the behavior of fast user switching on Mac from Command click to right click to be consistent with Windows and Linux. BUG=458755 TEST= 1. Disable #enable-fast-user-switcher and enable #new-avatar-menu flags in chrome://flags 2. Relaunch Chrome 3. Right click on the Avatar Button, the fast user switcher should be shown 4. Command+Click on the Avatar Button, nothing should happen Review URL: https://codereview.chromium.org/916523003 Cr-Commit-Position: refs/heads/master@{#317631}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e0110920..46c7d681 Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/949623003 Cr-Commit-Position: refs/heads/master@{#317630}
-
vitalybuka authored
Review URL: https://codereview.chromium.org/932543003 Cr-Commit-Position: refs/heads/master@{#317629}
-
ianwen authored
It is a waste of storage to save images that are larger than device display size. On tablet we should be even more aggressive about resizing those images, because showing them won't take up the entire screen. BUG=454623 Review URL: https://codereview.chromium.org/916783003 Cr-Commit-Position: refs/heads/master@{#317628}
-
sdefresne authored
Instead of checking which generator is used to decide whether to use ToT clang or Xcode clang, make the decision based on the buildtype instead. Use the version of clang shipped with Xcode for official build, and leave the default selected for developer builds (default to ToT clang). BUG=459148 Review URL: https://codereview.chromium.org/936013002 Cr-Commit-Position: refs/heads/master@{#317627}
-
wfh authored
Summary of changes available at: https://chromium.googlesource.com/external/google-breakpad/src/+log/d5d1eac..764522e 764522e Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions. f6875ca Cleanup Linux debug link file handling code. 09460c7 Fix overflow error in breakpad for linux 9172781 Add unit tests for overlapping functions and externs. 81794ad Handle ARM THUMB functions when removing duplicate PUBLIC entries. e3e6501 Follow debug link correctly f8eed74 Demangle symbol name 72a1fcf Handle failures of copying process data from a core file. 7b44faa Replace uses of hash_map with unordered_map dad63f9 Remove unneeded definitions of O_BINARY eb04cd8 Remove unused variable 'kGUIDStringSize' in microdump_writer_unittest. BUG= Review URL: https://codereview.chromium.org/948743002 Cr-Commit-Position: refs/heads/master@{#317626}
-
rdevlin.cronin authored
Move implemention for getting the how-to-use description to the platform-agnostic class. BUG=458301 TBR=sky@chromium.org (OWNERS for ui/extensions; Finnur reviewed) Review URL: https://codereview.chromium.org/922523005 Cr-Commit-Position: refs/heads/master@{#317625}
-
erikchen authored
- The profile creator was using integer indexing into the tab list, which non-deterministically fails. The new code uses dictionary lookup. - The profile creator was not robust against several types of exceptions that occur more frequently with developer builds of Chrome. BUG=442546 Review URL: https://codereview.chromium.org/939143004 Cr-Commit-Position: refs/heads/master@{#317624}
-
sergeyberezin authored
This is a hot fix to stop the builder from failing the CQ while it is being debugged. NOTRY=true TBR=smut@chromium.org BUG=460930 Review URL: https://codereview.chromium.org/940473003 Cr-Commit-Position: refs/heads/master@{#317623}
-
danakj authored
Removes GetCompositorMessageLoop from the ContextFactory interface, and drops the compositor_thread_ members from the ContextFactory implementations. There is no compositor thread in the ui compositor so these are now excess complication. R=sievers BUG=329552 Review URL: https://codereview.chromium.org/943763004 Cr-Commit-Position: refs/heads/master@{#317622}
-
zhenw authored
BUG=379378 Review URL: https://codereview.chromium.org/902763002 Cr-Commit-Position: refs/heads/master@{#317621}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/14df835..477bc41 TBR=kbr@chromium.org,hiroshige@chromium.org Review URL: https://codereview.chromium.org/952613002 Cr-Commit-Position: refs/heads/master@{#317620}
-
wtc authored
These files declare/define mojo TypeConverters, so the file names should reflect that. R=jamesr@chromium.org,msw@chromium.org BUG=457280 Review URL: https://codereview.chromium.org/950573002 Cr-Commit-Position: refs/heads/master@{#317619}
-
wangxianzhu authored
Add TRACE_EVENT_FLAG_EXPLICIT_TIMESTAMP which is set when an explicit timestamp is specified for the trace event. Only re-read clock if the flag is set. BUG=457441 Review URL: https://codereview.chromium.org/928563003 Cr-Commit-Position: refs/heads/master@{#317618}
-
bratell authored
Fixes warnings in the msvs-gyp generator. This is a followup to https://codereview.chromium.org/615893003 (gesture_event_type_list.h, popup_item_type_list.h, result_codes_list.h and top_controls_state_list.h) https://codereview.chromium.org/861373002 (navigator_connect_service.h and navigator_connect_servive_factory.h) https://codereview.chromium.org/865413002 (layer_tree_build_helper.h) https://codereview.chromium.org/774573003 (platform_notification_service.h) R=jam@chromium.org,avi@chromium.org,mek@chromium.org,dtrainor@chromium.org,changwan@chromium.org,peter@chromium.org BUG=459058,405532,351558,426458,451313,439950 Review URL: https://codereview.chromium.org/952443004 Cr-Commit-Position: refs/heads/master@{#317617}
-
mostynb authored
The ICU 54.1 upgrade added a call to uloc_getDefault() to base/test/test_suite.cc, but did not add a libicuuc dependency to the corresponding gyp/gn targets. This makes it possible to mix system and bundled ICU headers (and will fail to build if they differ in version). BUG=428145 Review URL: https://codereview.chromium.org/943233002 Cr-Commit-Position: refs/heads/master@{#317616}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/953df44..6bc1b5f CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/942113003 Cr-Commit-Position: refs/heads/master@{#317615}
-
reveman authored
Increase max number of copy operations from 16 to 32. This improves the throughput on systems where raster performance is relatively high. BUG=454898 Review URL: https://codereview.chromium.org/937843006 Cr-Commit-Position: refs/heads/master@{#317614}
-
peter authored
This Android-specific file isn't used anywhere anymore. Came up while reviewing Daniel's CL: https://codereview.chromium.org/952443004/ BUG= Review URL: https://codereview.chromium.org/953543002 Cr-Commit-Position: refs/heads/master@{#317613}
-
derat authored
PowerSaveBlocker objects are constructed in response to web audio and video to keep the system from suspending or turning its display off. Historically, this was not used on Chrome OS, as Chrome OS has alternate mechanisms for detecting audio and video activity and using PowerSaveBlocker would interfere with enterprise power-management-policy prefs to ignore audio and video activity. However, low-framerate video, such as that used by WebRTC for Hangouts screen-sharing, can fail to trigger Chrome OS's video detection code, resulting in the screen being turned off while in use. This change renames PowerSaveBlocker's human-readable "reason" field to "description" and adds a new Reason enum that Chrome OS uses to identify and ignore audio- or video-triggered PowerSaveBlockers if needed. BUG=354723,176405 TEST=watch /var/log/power_manager/powerd.LATEST on chrome os while on the receiving end of a screen-sharing hangout and observe that a policy is sent forcing the screen on Review URL: https://codereview.chromium.org/946643002 Cr-Commit-Position: refs/heads/master@{#317612}
-
vitalybuka authored
Browser needs to allow nested tasks to update backgroud tabs. If rendered requests new system dialog, asan build crashes in COMDLG32.dll NOTRY=true BUG=451753 Review URL: https://codereview.chromium.org/934393003 Cr-Commit-Position: refs/heads/master@{#317611}
-
joaodasilva authored
This determines if sync is initialized and syncing URLs with the appropriate keystore passphrase type to support contextual searches. BUG=460786 Review URL: https://codereview.chromium.org/946273002 Cr-Commit-Position: refs/heads/master@{#317610}
-
kpschoedel authored
This avoids a spurious log error. BUG=460889 Review URL: https://codereview.chromium.org/952533002 Cr-Commit-Position: refs/heads/master@{#317609}
-