- 17 Aug, 2016 40 commits
-
-
pwnall authored
BUG=638536 Review-Url: https://codereview.chromium.org/2253003002 Cr-Commit-Position: refs/heads/master@{#412628}
-
chrisha authored
This defines the interface for the memory monitoring component of the MemoryCoordinator, and provides an implementation on Windows. BUG=617492 Review-Url: https://codereview.chromium.org/2236983002 Cr-Commit-Position: refs/heads/master@{#412627}
-
danakj authored
Next up is destroy the struct itself, but need to see which main thread ones can be removed, and generate them outside of the Renderer (and so probably rename it all). R=enne BUG=606056 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2253823002 Cr-Commit-Position: refs/heads/master@{#412626}
-
allada authored
Added the ability to set/update cookie through protocol. This was modeled after extensions set cookie method found here: https://developer.chrome.com/extensions/cookies#method-set BUG=166637 R=dgozman Review-Url: https://codereview.chromium.org/2221093003 Cr-Commit-Position: refs/heads/master@{#412625}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1b38caa9..3496e088 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2251813003 Cr-Commit-Position: refs/heads/master@{#412624}
-
sky authored
BUG=548435 TEST=none R=msw@chromium.org Review-Url: https://codereview.chromium.org/2247123003 Cr-Commit-Position: refs/heads/master@{#412623}
-
avi authored
BUG=638492, 383820 TEST=javascript:prompt("hi") Review-Url: https://codereview.chromium.org/2252913003 Cr-Commit-Position: refs/heads/master@{#412622}
-
kylechar authored
BUG=637379 Review-Url: https://codereview.chromium.org/2246593002 Cr-Commit-Position: refs/heads/master@{#412621}
-
kylechar authored
1. Add WindowId::ToString() for ease of logging/printf. 2. Add ServerWindow::GetDebugWindowInfo() that contains the debug info for the current server window that is printed as part of GetDebugWindowHierarchy(). 3. Make the debug functions on ServerWindow and WindowManagerState also be defined if DCHECK_ALWAYS_ON is defined. 4. Fix debug accelerator to print ServerWindow hierarchy. All event flags were being checked before so having something like num lock on would prevent the accelerator from being triggered. BUG=none Review-Url: https://codereview.chromium.org/2257503002 Cr-Commit-Position: refs/heads/master@{#412620}
-
qyearsley authored
In general, when `update-w3c-deps --auto-import` is run, it should only use the Rietveld authentication when given. This change makes it so that if the script is run on a user's workstation, then that user's credentials may be used. BUG=629275 Review-Url: https://codereview.chromium.org/2249633005 Cr-Commit-Position: refs/heads/master@{#412619}
-
ryansturm authored
data_store.proto defines and enum for ConnectionType, but does not use it anywhere in the rest of the proto. There is a related conversion method that is being removed. Further, connection_type_ which is set, but never read is being removed. This is clean-up of https://codereview.chromium.org/1319873006. BUG= Review-Url: https://codereview.chromium.org/2247923005 Cr-Commit-Position: refs/heads/master@{#412618}
-
danakj authored
Makes DirectRenderer and DelegatingRenderer into concrete independent classes. R=enne BUG=606056 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2194013002 Cr-Commit-Position: refs/heads/master@{#412617}
-
flackr authored
Because fullscreen windows are allowed to handle alt+tab, we have to be careful not to handle the tab press event in the window cycle event filter as it will be treated as a fullscreen window preventing alt-tabbing. BUG=622396 TEST=WindowCycleControllerTest.TabPastFullscreenWindow,WindowCycleControllerTest.TabKeyNotLeaked Review-Url: https://codereview.chromium.org/2252673002 Cr-Commit-Position: refs/heads/master@{#412616}
-
enne authored
Revert of Fix jank during mac resize (patchset #2 id:20001 of https://codereview.chromium.org/2246613002/ ) Reason for revert: Causes fullscreen flash videos to be all white on Mac BUG=638561 Original issue's description: > Fix jank during mac resize > > Allow SetNeedsBeginFrames messages to be handled on Mac during resize. > If this message is not handled, then the renderer says that it needs > frames but the message is ignored because of the resize lock. Then, the > browser never sends begin frame messages and the renderer then never is > able to produce a frame. This means that it can't produce a frame of > the right size before the resize lock times out and there's jank on > screen. > > R=ccameron@chromium.org,sievers@chromium.org > BUG=632603 > > Committed: https://crrev.com/ee0504e307d6ed18a94a96eae8a4b57adcff4b11 > Cr-Commit-Position: refs/heads/master@{#411806} TBR=asvitkine@chromium.org,ccameron@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=632603 Review-Url: https://codereview.chromium.org/2255893002 Cr-Commit-Position: refs/heads/master@{#412615}
-
hcarmona authored
Screenshot attached to bug. BUG=620002 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2237533002 Cr-Commit-Position: refs/heads/master@{#412614}
-
alph authored
Flatten nodes into an array. Review-Url: https://codereview.chromium.org/2244783004 Cr-Commit-Position: refs/heads/master@{#412613}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/98591f548 BUG=277215 TBR=xidachen@chromium.org Review URL: https://codereview.chromium.org/2257593002 . Cr-Commit-Position: refs/heads/master@{#412612}
-
nzolghadr authored
We return a promise from the APIs that send user actions and we will fulfill them using the callbacks in GPU benchmarking API. Note that the callback in GPU benchmarking is not called when the action is actually done. Instead when the action is put in the queue to be done. So that callback behavior needs to be fixed later. BUG=638239 Review-Url: https://codereview.chromium.org/2252683002 Cr-Commit-Position: refs/heads/master@{#412611}
-
maxbogue authored
BUG= Review-Url: https://codereview.chromium.org/2255853002 Cr-Commit-Position: refs/heads/master@{#412610}
-
tdanderson authored
Update the following icons used in the Ash material design system menu: * Caps lock * Auto rotation * Auto rotation locked * System update available Furthermore, color the system update icon in the system tray and system menu in response to the severity of the update. The colors chosen for each severity level match those used by the system update icon in material design top chrome. BUG=625690 TEST=manual Review-Url: https://codereview.chromium.org/2252823002 Cr-Commit-Position: refs/heads/master@{#412609}
-
jww authored
This is an attempt to bring Chrome's cookie behavior in line with the majority of other major UAs, and thus are de facto standards. The specific updates are: 1. An empty domain attribute value should be ignored as a non-attribute rather than setting an empty attribute value. 2. An empty cookie line (or a cookie line with ignored characters) should be treated as setting an empty value for the empty-key. BUG=601786 Review-Url: https://codereview.chromium.org/2246613003 Cr-Commit-Position: refs/heads/master@{#412608}
-
dtapuska authored
The ibus-gtk layer was using XPutBackEvent which pushes an event to the top of the X event queue. The problem with this is that if the gtk event loop processes more than one event before the X event loop executes the message pump will see the events in reverse order. Fix this by processing the mapped X11 event immediately. Since the gtk event loop and the X11 event loop are on the same thread this makes sense as the events stay in the proper order. BUG=524084 Review-Url: https://codereview.chromium.org/1324913002 Cr-Commit-Position: refs/heads/master@{#412607}
-
mdjones authored
setTabSwitcherMode will set the state of the tab switcher for the toolbar before the animations have started causing the progress bar to be momentarily visible. This change tracks when the tab switcher mode is set and when the animations finish to show the progress bar correctly. BUG=633972 Review-Url: https://codereview.chromium.org/2220063002 Cr-Commit-Position: refs/heads/master@{#412606}
-
tommycli authored
Goal is: A site details subpage that's accessible both from /siteSettings/all, /siteSettings/bluetooth, /siteSettings/plugins, etc. (all the categories). Previous way it was done was: Separate route for each category, so there was /siteSettings/all/details, /siteSettings/bluetooth/details, /siteSettings/plugins/details. And it relied on a quirk of how settings-animated-pages used to work to coalesce all those routes to a single card. New way I'm proposing: One single /siteSettings/siteDetails route. But here are some extra needed changes: - settings-animated-pages must slide right / left based on route depth instead of based on .contains() - subpage-back button needs to call window.history.back() whenever there is a previous route, even if the previous route doesn't strictly contain the current route. I think the above two changes are harmless and the new version is overall an improvement. BUG=637865 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2249873003 Cr-Commit-Position: refs/heads/master@{#412605}
-
stevenjb authored
Some extra bluettoth polish: * Fixed height for the bluetooth dialog * Correctly center dialog contents * Blue spinners for all chrome WebUI * Focus dialog inputs BUG=602538 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2218713002 Cr-Commit-Position: refs/heads/master@{#412604}
-
robertogden authored
Added integration test to Chrome Proxy to verify fallback to HTTP after bad HTTPS response from proxy. This checks that when the proxy responds with an error, in this case using the chromeproxy-test server which will give a 404 error on the request, the client will fallback to using a HTTP proxy instead. BUG=430206 Review-Url: https://codereview.chromium.org/2227163002 Cr-Commit-Position: refs/heads/master@{#412603}
-
oshima authored
Revert of Reset the focus after windows are restored, and grids are shutdown. (patchset #4 id:60001 of https://codereview.chromium.org/2244173006/ ) Reason for revert: Reverting because this can cause crash with arc++ windows. Original issue's description: > ResetFocusRestoreWindow may change activation, which can resize the window, which then results in reposition. This prevents it by updating the focus after grids are shutdown. > > BUG=634572 > > Committed: https://crrev.com/e26c7e4886eec4d2c58a5810b6440f7faa4293ea > Cr-Commit-Position: refs/heads/master@{#412384} TBR=varkha@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=634572 Review-Url: https://codereview.chromium.org/2251053003 Cr-Commit-Position: refs/heads/master@{#412602}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/a33f1674..1b38caa9 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2250853003 Cr-Commit-Position: refs/heads/master@{#412601}
-
rouslan authored
- Show "Scan card" prompt in card holder name field as well as in the card number field. - When scanning the card, use the new card holder name data to populate the credit card form. BUG=637896 Review-Url: https://codereview.chromium.org/2249773002 Cr-Commit-Position: refs/heads/master@{#412600}
-
jmadill authored
https://chromium.googlesource.com/angle/angle.git/+log/3416ff3..d2f59bb BUG=637037,635433 TBR=kbr@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2245373005 Cr-Commit-Position: refs/heads/master@{#412599}
-
jshin authored
Fix libfuzz builds on Mac. There's only one change in this roll. https://chromium.googlesource.com/chromium/deps/icu/+/2341038b BUG=636127 TEST=Libfuzzer Upload Mac ASan builds TBR=mmoroz@chromium.org Review-Url: https://codereview.chromium.org/2254543005 Cr-Commit-Position: refs/heads/master@{#412598}
-
flandy authored
The bezier icon should use an image asset like our other icons. Review-Url: https://codereview.chromium.org/2237663002 Cr-Commit-Position: refs/heads/master@{#412597}
-
pasko authored
This prevents exposing the server outside of the local machine (given a sane firewall). BUG=none Review-Url: https://codereview.chromium.org/2257523002 Cr-Commit-Position: refs/heads/master@{#412596}
-
vabr authored
This helps when printing FormDigest objects to logs during debugging. autofill::PasswordForm has a similar operator but implemented through JSON stringification for better flexibility. FormDigest does not need this, because it only has 3 members and is unlikely to grow. R=dvadym@chromium.org BUG=621355 Review-Url: https://codereview.chromium.org/2252053002 Cr-Commit-Position: refs/heads/master@{#412595}
-
oysteine authored
This adds functionality to insert filtering predicates in-between calls to add trace events, and the actual trace buffer. These predicates can be used to implement custom logic for whether or not events should actually be added or not, in addition to the normal category checks. Events can also be modified, if need be. The initial added usecase for this is to be able to add an additional level of filtering to reduce sizes of traces to the bare minimum, for use with perf waterfall TBMv2 metrics, and Slow Reports. Review-Url: https://codereview.chromium.org/1923533004 Cr-Commit-Position: refs/heads/master@{#412594}
-
eugenebut authored
NSObject.description is not nullable and may return nil. In which case gesture recognizer should not be matched. BUG=None Review-Url: https://codereview.chromium.org/2252833003 Cr-Commit-Position: refs/heads/master@{#412593}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/8d3f92a92be7..e4f246111380 $ git log 8d3f92a92..e4f246111 --date=short --no-merges --format='%ad %ae %s' 2016-08-17 bsalomon Detemplatize GrGLSLGeometryProcessor::setTransformDataHelper() 2016-08-17 mtklein SkLiteDL: inline empty() 2016-08-17 jvanverth Add alternative spot shadow to Android shadow sample 2016-08-17 csmartdalton Implement difference clip rects with window rectangles CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=robertphillips@google.com Review-Url: https://codereview.chromium.org/2254903002 Cr-Commit-Position: refs/heads/master@{#412592}
-
estevenson authored
Add a histogram for measuring the impact of a new StrictMode violation. This histogram is for a pending downstream change. BUG=638252 Review-Url: https://codereview.chromium.org/2256553002 Cr-Commit-Position: refs/heads/master@{#412591}
-
tommycli authored
BUG=635861 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2249933002 Cr-Commit-Position: refs/heads/master@{#412590}
-
qyearsley authored
Currently, w3c-test-autoroller: 1. Uploads a CL. 2. Triggers try jobs on Blink try bots. 3. Waits for try job results (which are failing). 4. Modifies TestExpectations and commits. 5. Uploads another patch. 6. Calls `git cl land -f --auth-refresh-token-json ...`. I think that when landing CLs, w3c-test-autoroller commits should go through the CQ, and if the CQ fails even after updating TestExpectations etc., then the CL should be closed. BUG=629275 Review-Url: https://codereview.chromium.org/2248913003 Cr-Commit-Position: refs/heads/master@{#412589}
-