- 13 May, 2015 40 commits
-
-
dnicoara authored
Otherwise we lose track of display layout. In particular this is a problem when dealing with software mirror mode since the state goes out of sync and the second monitor will have the same origin as the primary even though it's supposed to be right-of primary. Follow-up to https://codereview.chromium.org/1129923004/ to fix software mirror mode. BUG=484294 TEST=Test software mirror mode and make sure it works Review URL: https://codereview.chromium.org/1140773003 Cr-Commit-Position: refs/heads/master@{#329717}
-
reillyg authored
JSON string literals are hard to work with because of all the escaping necessary. The DictionaryBuilder class makes it easy to construct a base::Value with code. Review URL: https://codereview.chromium.org/1138013006 Cr-Commit-Position: refs/heads/master@{#329716}
-
trchen authored
Revert of Fix WebViewPlugin::scheduleAnimation crash (patchset #2 id:20001 of https://codereview.chromium.org/1137663006/) Reason for revert: This is converting the original crash to another crash. Will need another null check. Original issue's description: > Fix WebViewPlugin::scheduleAnimation crash > > The crash was probably due to accessing a dangling pointer to the plugin > container during a small time frame between PepperWebPluginImpl::destroy() > and the destructor being called. (Speculated from source since no reliable > repro is found.) > > This CL clears eveything in the destroy() function as if the destructor has > been called, only delaying memory release. > > R=tommycli > BUG=483068 > > Committed: https://crrev.com/6a9b5b10ff3515adb47718fc23ebe039a9e3b9ff > Cr-Commit-Position: refs/heads/master@{#329309} TBR=tommycli@chromium.org,raymes@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=487607,483068 Review URL: https://codereview.chromium.org/1127293004 Cr-Commit-Position: refs/heads/master@{#329715}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/ce97eb7..7a62fa1 TBR=alancutter@chromium.org,jsbell@chromium.org Review URL: https://codereview.chromium.org/1140083003 Cr-Commit-Position: refs/heads/master@{#329714}
-
bcwhite authored
BUG=477632 Review URL: https://codereview.chromium.org/1143443002 Cr-Commit-Position: refs/heads/master@{#329713}
-
patrikackland authored
BUG=412250 Review URL: https://codereview.chromium.org/1136283007 Cr-Commit-Position: refs/heads/master@{#329712}
-
jamiewalch authored
Without this, the downscoped token was being revoked, but the call to get a fresh one was returning the cached non-downscoped token. Also adds an assert to catch regressions. BUG=b/20662147 Review URL: https://codereview.chromium.org/1123183005 Cr-Commit-Position: refs/heads/master@{#329711}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/38a017b..1ba8cc9 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/1137353002 Cr-Commit-Position: refs/heads/master@{#329710}
-
andresantoso authored
Reduce GPU watchdog's polling interval from 2 seconds to 5 seconds. Also remove unnecessary CheckArmed() call from DidProcessTask(). Although CheckArmed() checks first whether it needs to post the task, WillProcessTask and DidProcessTask is called so quickly that armed() still returns true, so we ended up posting the task twice most of the time. BUG=483622 Review URL: https://codereview.chromium.org/1133703002 Cr-Commit-Position: refs/heads/master@{#329709}
-
kenrb authored
In order to enable renderer processes to create SurfaceSequences, they have to receive Surface ID namespaces from the browser process so that they can avoid collisions. BUG=478802 Review URL: https://codereview.chromium.org/1129883003 Cr-Commit-Position: refs/heads/master@{#329708}
-
sergeyu authored
Previously SSLServerSocketOpenSSL was ignoring disabled_cipher_suites list and require_forward_secrecy flag from SSLConfig. Fixed SSLServerSocketOpenSSL to trim the list of cipher suites used in BoringSSL. BUG=481163 Committed: https://crrev.com/d0eae58087e6f45088d6ef349d9ebaa2da450ea1 Cr-Commit-Position: refs/heads/master@{#329528} Review URL: https://codereview.chromium.org/1138813003 Cr-Commit-Position: refs/heads/master@{#329707}
-
erg authored
This moves the resource provider into the main core service process, too, eliminating one of the processes. BUG=477435 Review URL: https://codereview.chromium.org/1137223002 Cr-Commit-Position: refs/heads/master@{#329706}
-
fmalita authored
Drawing LCD text into non-opaque layers is never correct - we should update DrawProperties.can_use_lcd_text during animations also. BUG=486892 R=danakj@chromium.org,enne@chromium.org Review URL: https://codereview.chromium.org/1132253003 Cr-Commit-Position: refs/heads/master@{#329705}
-
xiaolingbao authored
Only update icon if the new one is not null on x11, no-op for null icon (follow the same way as Windows platform does in HWNDMessageHandler::SetWindowIcons) BUG=478714. Review URL: https://codereview.chromium.org/1138343003 Cr-Commit-Position: refs/heads/master@{#329704}
-
mpearson authored
In the days of yore, there was an HQP crash: https://code.google.com/p/chromium/issues/detail?id=359270 I put a band-aid on the crash: https://codereview.chromium.org/222783006 Later, I fixed the root cause: https://codereview.chromium.org/255423002 Or at least I thought I did and close that days-of-yore bug. Apparently this didn't entirely fix the problem. (See the linked bug below.) This change adds some information to the minidumps to allow me to investigate what kinds of inputs are causing trouble. BUG=464926 Review URL: https://codereview.chromium.org/1133533003 Cr-Commit-Position: refs/heads/master@{#329703}
-
sky authored
Latest changes broke the android side. R=ben@chromium.org BUG=none TEST=none Review URL: https://codereview.chromium.org/1134443005 Cr-Commit-Position: refs/heads/master@{#329702}
-
newt authored
These stats are currently used by internal code, but that code will be moved into Chromium soon. BUG=483656 Review URL: https://codereview.chromium.org/1123243006 Cr-Commit-Position: refs/heads/master@{#329701}
-
rsesek authored
BUG=487674 Review URL: https://codereview.chromium.org/1136953012 Cr-Commit-Position: refs/heads/master@{#329700}
-
avi authored
BUG=369661 TEST=All navigation tests remain green. Review URL: https://codereview.chromium.org/1131183004 Cr-Commit-Position: refs/heads/master@{#329699}
-
jlklein authored
BUG= Review URL: https://codereview.chromium.org/1131713006 Cr-Commit-Position: refs/heads/master@{#329698}
-
vmpstr authored
Raster source moved to be in PrioritizedTile returned by the priority queues. This patch cleans up the ctor to remove the now unused raster source parameter. R=hendrikw Review URL: https://codereview.chromium.org/1130303004 Cr-Commit-Position: refs/heads/master@{#329697}
-
skyostil authored
This patch was mostly autogenerated with https://codereview.chromium.org/1010073002/. BUG=465354 Review URL: https://codereview.chromium.org/1134113002 Cr-Commit-Position: refs/heads/master@{#329696}
-
yoshiki authored
BUG=480489 TEST=run newly added tests Review URL: https://codereview.chromium.org/1139963004 Cr-Commit-Position: refs/heads/master@{#329695}
-
jpawlowski authored
This patch adds wiring to expose TxPower field during device discovery. BUG=407773 R=armansito@chromium.org Review URL: https://codereview.chromium.org/1133173002 Cr-Commit-Position: refs/heads/master@{#329694}
-
samuong authored
BUG=413075 Review URL: https://codereview.chromium.org/1135203005 Cr-Commit-Position: refs/heads/master@{#329693}
-
rockot authored
This is an addendum to r329262 which still didn't quite get it right. The assumption here is now that the IPCSupportInitializer must outlive the IO thread anyway, so the IO loop observer may (and should) call ForceShutdown immediately rather than posting a task. BUG=486004 R=jam@chromium.org Review URL: https://codereview.chromium.org/1143433003 Cr-Commit-Position: refs/heads/master@{#329692}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/046ebcb..ce97eb7 TBR=alancutter@chromium.org,jsbell@chromium.org Review URL: https://codereview.chromium.org/1133823005 Cr-Commit-Position: refs/heads/master@{#329691}
-
bshe authored
After user decided to switch back to FULL_WIDTH mode, Chrome should: 1. immediately position the virtual keyboard to the bottom of screen and use the screen width as its window width 2. notify web contents about the new virtual keyboard bounds so web contents can be scrolled correctly to avoid occlussion. BUG=487343 Review URL: https://codereview.chromium.org/1138873003 Cr-Commit-Position: refs/heads/master@{#329690}
-
tedchoc authored
I do not have a win7 machine, so I'm assuming the issue is with rounding of some sort. Setting to more standard sizing (700 for weight to match bold) and removing the font-size declaration as it was not really needed. Also added a drop shadow above the relaunch bar...for flair! BUG=487597 Review URL: https://codereview.chromium.org/1135423002 Cr-Commit-Position: refs/heads/master@{#329689}
-
aurimas authored
Due to b/20882793 bug in AppCompat we need to use system AlertDialog.Builder for all the dialogs that contain EditText. BUG=484658 Review URL: https://codereview.chromium.org/1128683004 Cr-Commit-Position: refs/heads/master@{#329688}
-
halliwell authored
Starting with just the init/finalize functions. BUG= Review URL: https://codereview.chromium.org/1140583002 Cr-Commit-Position: refs/heads/master@{#329687}
-
avi authored
Revert of Tests that the title only ever gets replaced for the current page. (patchset #2 id:20001 of https://codereview.chromium.org/1137773003/) Reason for revert: We're seeing crashes; this looks to be the wrong approach. Original issue's description: > Tests that the title only ever gets replaced for the current page. > > BUG=369661 > TEST=All tests remain green. > > Committed: https://crrev.com/e5fab09f6e313f78d4113e4d4fe0ce3b38ce0ca5 > Cr-Commit-Position: refs/heads/master@{#329414} TBR=creis@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=369661 Review URL: https://codereview.chromium.org/1144443005 Cr-Commit-Position: refs/heads/master@{#329686}
-
zork authored
BUG=487365 Review URL: https://codereview.chromium.org/1127263004 Cr-Commit-Position: refs/heads/master@{#329685}
-
wfh authored
Since the default is now always enabled, remove the test that specifically tests renderers can operate with the switch enabled. BUG=365160 Review URL: https://codereview.chromium.org/1133243003 Cr-Commit-Position: refs/heads/master@{#329684}
-
zea authored
Revert of [Sync] Refactoring polling to be reliable. (patchset #5 id:80001 of https://codereview.chromium.org/1132013004/) Reason for revert: Failing on valgrind bots Original issue's description: > [Sync] Refactoring polling to be reliable. > > Polling is now an important component of sync health, as it can sometimes be > the only time we'll query for certain datatypes. As such, the following > has changed: > - Polls that fail will be retried (with backoff). > - As such, the logic to force a poll after an auth error isn't needed anymore > - The last successful poll time will be persisted in the sync prefs. > - On startup, schedule the first poll for last_poll_time + poll_interval > (or Now(), whichever is latest). > - Receiving a new poll interval from the server will update the poll timer > - The poll timer is now a one shot timer, and only restarts on success > - Some code cleanup to make the above more straightforward > > BUG=482154 > > Committed: https://crrev.com/3777d8727d7b4caedfb72bfdcbe2fea1f1d1d594 > Cr-Commit-Position: refs/heads/master@{#329669} TBR=pavely@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=482154 Review URL: https://codereview.chromium.org/1144443004 Cr-Commit-Position: refs/heads/master@{#329683}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/10b063c..38a017b CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/1143453002 Cr-Commit-Position: refs/heads/master@{#329682}
-
mkearney authored
NOTRY=true Review URL: https://codereview.chromium.org/1137753005 Cr-Commit-Position: refs/heads/master@{#329681}
-
jbauman authored
The compositor always handles painting these directly now, so the additional buffer and code isn't necessary. Review URL: https://codereview.chromium.org/1127393004 Cr-Commit-Position: refs/heads/master@{#329680}
-
jkarlin authored
Review URL: https://codereview.chromium.org/1127013007 Cr-Commit-Position: refs/heads/master@{#329679}
-
xunjieli authored
This CL removed the incorrect comment in QuicTest, and added a second unit test to make sure addQuicHints works for the new async API. It made QuicTestServer install test files during start up to match the new behavior of NativeTestServer, and adds an assertion to make sure the server has test data. The CL caches the result returned by CronetTestActivity#getContextConfig, so we don't need to go through that path for initializing mUrlRequestContext, mHttpUrlRequestFactory and mStreamHandlerFactory, and cleaned up log statements. Review URL: https://codereview.chromium.org/1138493002 Cr-Commit-Position: refs/heads/master@{#329678}
-