- 18 Oct, 2014 15 commits
-
-
shannonwoods authored
BUG=angle:799 Reenables OES_texture_npot on AMD Windows7+ in D3D9. Review URL: https://codereview.chromium.org/665543003 Cr-Commit-Position: refs/heads/master@{#300203}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/8bd25a0..c7265cd TBR=dstockwell@chromium.org,aboxhall@chromium.org Review URL: https://codereview.chromium.org/662823003 Cr-Commit-Position: refs/heads/master@{#300202}
-
pkasting authored
GetShortData() and IOHIDElementGetUsage() both return uint32s, so raise the size of various containing types to uint32. I tried to look in the USB HID spec to see if any of the affected fields here were limited to e.g. <2^16, meaning that it'd be safe to just cast down to the existing uint16s instead, but I couldn't find any limits. BUG=81439 TEST=none Review URL: https://codereview.chromium.org/656583003 Cr-Commit-Position: refs/heads/master@{#300201}
-
palmer authored
TestingAutomationProvider is dead, Jim. BUG=154997 TBR=jam,sky Review URL: https://codereview.chromium.org/660353002 Cr-Commit-Position: refs/heads/master@{#300200}
-
erikchen authored
Previously, the logic for history swiping depended on the relative Y distance of the gesture's current location from the gesture's start location. Gestures which consisted of a large up motion, followed by a large down motion, followed by a horizontal motion could still cause history swiping. The new logic depends on the total Y distance of the gesture, which fixes this problem. This CL also includes a change to allowed the gesture recognizer state machine to enter the state kCancelled directly from the state kPending. Previously, it was possible for the history overlay to show for a very brief period of time even if the gesture was about to be cancelled. This CL also includes a minor refactor: - Renamed several methods to better reflect their intended purpose. - Removed lastProcessedGestureId_ and currentGestureId_, which did not cause a functional change. BUG=421629 Review URL: https://codereview.chromium.org/657323003 Cr-Commit-Position: refs/heads/master@{#300199}
-
anandc authored
The python wrapper CL just landed. I'd like to see it work as expected for some iterations on Linux, before starting to use it on Windows as well. So for now, just fixing the path to the file used on Windows. BUG= Review URL: https://codereview.chromium.org/661193003 Cr-Commit-Position: refs/heads/master@{#300198}
-
garykac authored
BUG= Review URL: https://codereview.chromium.org/667523002 Cr-Commit-Position: refs/heads/master@{#300197}
-
robertocn authored
BUG=422727 Review URL: https://codereview.chromium.org/644323002 Cr-Commit-Position: refs/heads/master@{#300196}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/49386a6..8bd25a0 TBR=dstockwell@chromium.org,aboxhall@chromium.org Review URL: https://codereview.chromium.org/653763003 Cr-Commit-Position: refs/heads/master@{#300195}
-
eroman authored
This extracts the signing/verification functions, so the subsequent RSA-PSS changelist is easier to follow. BUG=399090 Review URL: https://codereview.chromium.org/662533002 Cr-Commit-Position: refs/heads/master@{#300194}
-
aurimas authored
BUG=424680 Review URL: https://codereview.chromium.org/661073003 Cr-Commit-Position: refs/heads/master@{#300193}
-
oshima authored
* New ContainerParams - default_parent to specify the default parent when no transient parent is specified. - modal_container_priority now controls the modal container used for a modal window created for the given container. - if not specified, it will fallback downwards to find one. - if window is specified as always_on_top, it will use top most modal container. * Changed network selector/shutdown dialog to use the new API. * Other change: Separated test windows to athena/test/base/test_windows.h BUG=410499 TBR=sky@chromium.org,reed@chromium.org TEST=coverd by unit tests Review URL: https://codereview.chromium.org/662763002 Cr-Commit-Position: refs/heads/master@{#300192}
-
sclittle authored
Using this option causes the tests to fail immediately with an exception, so this option has been removed in order to fix the tests. BUG=423916 Review URL: https://codereview.chromium.org/667463003 Cr-Commit-Position: refs/heads/master@{#300191}
-
kalman authored
are allowed to opt-in to having embedded options pages and/or chrome style. The flag --enable-embedded-extension-options makes the default for embedding options pages true unless extensions opt-out. This is still useful for development. BUG=414920 R=rockot@chromium.org Review URL: https://codereview.chromium.org/667453003 Cr-Commit-Position: refs/heads/master@{#300190}
-
mtomasz authored
Currently the message is reshown if the animation is not finished. However, since the video is changed and the text message is related to the previous video, it's the best to just hide it immediately when switching videos. TEST=Tested manually by playing multiple videos and clicking play with the CTRL key pressed. BUG=422120 Review URL: https://codereview.chromium.org/649073004 Cr-Commit-Position: refs/heads/master@{#300189}
-
- 17 Oct, 2014 25 commits
-
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/7839915..d12af70 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=rmistry@google.com Review URL: https://codereview.chromium.org/666633002 Cr-Commit-Position: refs/heads/master@{#300188}
-
jkarlin authored
Adds a QuotaClient for the ServiceWorkerCache system. * Calls to the QuotaManagerProxy like (NotifyStorageAccessed/StorageModified/OriginInUse/etc..) will be in an upcoming CL. * The ServiceWorkerCacheQuotaClient is registered by the ServiceWorkerCacheStorageManager. The QuotaClient holds a WeakPtr to the ServiceWorkerCacheStorageManager since the manager is destroyed before the QuotaClient. * Added a number of unittests. They fit better into the StorageManager tests file than in their own file as they rely on a lot of the StorageManager infrastructure. * In order to support QuotaClient the ServiceWorkerCacheStorageManager needs to be able to list the origins it supports. This data is not currently stored so an "origin" member has been added to the CacheStorage index protobuf. We won't report the origins of existing caches (if any even exist at this point) until their index is next written. BUG=420159 Review URL: https://codereview.chromium.org/651983002 Cr-Commit-Position: refs/heads/master@{#300187}
-
stuartmorgan authored
Several of these are cruft (the entries don't exist to suppress), and the rest are all small (<20MB) so there's no real value in avoiding the pull. BUG=None Review URL: https://codereview.chromium.org/663763003 Cr-Commit-Position: refs/heads/master@{#300186}
-
John Abd-El-Malek authored
wow_helper.exe is needed by the sandbox. BUG=414808 TBR=maruel@chromium.org Review URL: https://codereview.chromium.org/667513002 Cr-Commit-Position: refs/heads/master@{#300185}
-
viettrungluu authored
(We want to remove it, but there are currently some uses in Blink. We can stop it from reappearing in Chromium.) R=thestig@chromium.org BUG=423134 Review URL: https://codereview.chromium.org/647433004 Cr-Commit-Position: refs/heads/master@{#300184}
-
hclam authored
On Windows the default UDP send buffer size is 8192. OSX default is 9216. On Linux default is 212992. The values are too small on Windows and OSX. This cannot make good use of the A-MPDU of 802.11n (64KB), which is the most common network for Cast Streaming. We have also seen strong evidence that the default buffer size is limiting, e.g. long packet queuing delay on Windows, p2p socket seeing a lot of EWOULDBLOCKs. This code uses pacer maximum burst size (in bytes) as the send buffer size. Also added an option "send_buffer_min_size" to allow application to choose an even larger value for send buffer size. BUG=423545 Review URL: https://codereview.chromium.org/654843007 Cr-Commit-Position: refs/heads/master@{#300183}
-
ernstm authored
R=dtu@chromium.org,tonyg@chromium.org,nednguyen@google.com BUG=423563 Review URL: https://codereview.chromium.org/659673002 Cr-Commit-Position: refs/heads/master@{#300182}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/664783002 Cr-Commit-Position: refs/heads/master@{#300181}
-
rvargas authored
The main user (and the immediate reason for the change) is to improve handle ownership in content::ChildProcessLauncher. This CL is not enforcing clean ownership beyond ChildProcessLauncher; that is to be covered by subsequent CLs. BUG=417532 TEST=base_unittests R=scottmg@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/651253002 Cr-Commit-Position: refs/heads/master@{#300180}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/50e6008..49386a6 TBR=dstockwell@chromium.org,aboxhall@chromium.org Review URL: https://codereview.chromium.org/656533005 Cr-Commit-Position: refs/heads/master@{#300179}
-
agl authored
r299567 disabled SSLv3 fallback. This change adds an enterprise policy option to control this value so that enterprises can reenable the fallback if they need it. This option is in contrast to the one added in r299755. That one allows enterprises to be more aggressive in disabling SSLv3, while this one is intended for those who need to more slower that Chrome's default. BUG=418848,419870 Review URL: https://codereview.chromium.org/644913008 Cr-Commit-Position: refs/heads/master@{#300178}
-
thestig authored
Review URL: https://codereview.chromium.org/664553007 Cr-Commit-Position: refs/heads/master@{#300177}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/dc89ca5..7839915 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=rmistry@google.com Review URL: https://codereview.chromium.org/640593005 Cr-Commit-Position: refs/heads/master@{#300176}
-
noms authored
Revert of [Mac] Enter should trigger the buttons in the new avatar bubble. (patchset #1 id:1 of https://codereview.chromium.org/644023002/) Reason for revert: This doesn't do what it's supposed to do, and after more discussions with groby@, Enter is really only used for default buttons on Mac, not all buttons. Original issue's description: > [Mac] Enter should trigger the buttons in the new avatar bubble. > > Only space seems to work by default. > > BUG=415823 > > Committed: https://crrev.com/9750bbaa9e0b3d0bbe44431216d570ecc789024f > Cr-Commit-Position: refs/heads/master@{#299157} TBR=groby@chromium.org NOTREECHECKS=true NOTRY=true BUG=415823 Review URL: https://codereview.chromium.org/640593006 Cr-Commit-Position: refs/heads/master@{#300175}
-
jiangj authored
Review URL: https://codereview.chromium.org/638383003 Cr-Commit-Position: refs/heads/master@{#300174}
-
davidben authored
Again. It got lost somewhere when rebasing or splitting out https://codereview.chromium.org/625993002. This time add a regression test. BUG=416433 Review URL: https://codereview.chromium.org/667483002 Cr-Commit-Position: refs/heads/master@{#300173}
-
cjhopman authored
This adds the configuration for the android_apk template to use the crazy linker for an apk and adds a bunch of crazy linker related targets (including crazy linker tests). TBR=ben@ BUG=359249 Review URL: https://codereview.chromium.org/640363002 Cr-Commit-Position: refs/heads/master@{#300172}
-
willchan authored
Sorry, I won't be doing code reviews. Instead, I have left y'all this picture of a spider. I trust that this settles the matter. NMMMMMMMMMMMMM7 MMMMMMMMMMMMMMMM MMMM 7777, MMM NMMMMMMMMMMMMM$ MMM ZMMM= MMMMMMMMMMMMMMMMMMMM8 ?MMMMMMMMMMMD, MMMMMMMMMMMMMMMMMMMMMMMMM, ,MMMMMMD?=IMMMMMMMM= MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM7 OMMMMMM+ 7MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM7 :MMMMMD ,MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM OMMMMMMN MMD +MMMMM, :MMMMMMMMMMMMMMMMMMMMMMOMMMMMMMMMMMMMMMMMMMM, =MMMMM MMMMMMMMMMMMMMMMMI MI MMMMMMMMMM IMMMMM+ NMMM ~MMMMMMMMMMMMMMMMMOMMMMMMMMMMMMM ,MMMMM? =7O8MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMM~ ~DMMMMMMMMMMMMMMMMMMMMMMMMM DMM MMMMMMMM MMMMM OMMMMMMMMMO7====MMMMMMMMMMMMMMM 8MMMMMMMM ,MMMM8 7MMMMMMZ MMMMMMMMMMMMMMMMMMMMMMMMMMMZ ?MMMM~ ,MMMMMN, NMMMMMMMMMMMMMMMMMMMMMMMMMMMM +MMMMD MMMMM: ,MMMMMMNMMMMMMMMMMMMMMMMMMMMMMM NMMM ,MMMM, ,MMMMM, $MMMMMMMMMMMMMMMMMMM MM? MMMMO 7MMMMMMMMMMMMM7 MMMM 8MMM77?= MMMM MMMO ~MMM MMM MMM ,MMM MMMN 7MMM MMM 7MMO NMM+ 7MMM MMM :MMM MMM MMM7 MMMM ?MMM OMM TBR=ajwong,cbentzel,rsleevi,jar BUG=none Review URL: https://codereview.chromium.org/537043002 Cr-Commit-Position: refs/heads/master@{#300171}
-
cmasone authored
IsControlCharacter() was checking an unsigned char to make sure it's >= 0, which is trivially true. This throws a warning on the default CrOS toolchain, so remove it even though it's harmless BUG=424334 TEST=net_unittests R=rsleevi@chromium.org Review URL: https://codereview.chromium.org/640303008 Cr-Commit-Position: refs/heads/master@{#300170}
-
abarth authored
We need the ability to observe the Mojo message pump in order to correctly resolve promises at the end of microtasks triggered by signaling Mojo handles. Another approach James and I discussed for this CL was to trigger MessageLoop::TaskObserver, but that requires a PendingTask, which we don't have. I investigated removing the PendingTask argument from MessageLoop::TaskObserver, but it's used in a number of tests. Instead, this CL follows the approach used by MessagePumpLibevent and introduces a specialized observer interface for the message pump. R=jamesr@chromium.org Review URL: https://codereview.chromium.org/663873002 Cr-Commit-Position: refs/heads/master@{#300169}
-
thestig authored
Also put some extensions #includes behind ENABLE_EXTENSIONS. Review URL: https://codereview.chromium.org/657643003 Cr-Commit-Position: refs/heads/master@{#300168}
-
robertocn authored
BUG=418690 Review URL: https://codereview.chromium.org/645263002 Cr-Commit-Position: refs/heads/master@{#300167}
-
erikchen authored
There is a bug in Mavericks for applications linked against OSX 10.8 and earlier. It requires Screens Have Separate Spaces to be enabled, and for the window to be on a secondary screen. When AppKit Fullscreen is invoked on the window, its final frame is 22pt too short. This CL detects when these specific conditions occur so that the window's size can be fixed. Note: This is a bug buried in AppKit. Playing with methods like -[NSWindowDelegate window:willUseFullScreenContentSize:] will not fix the problem. BUG=396980 Review URL: https://codereview.chromium.org/655393002 Cr-Commit-Position: refs/heads/master@{#300166}
-
davidben authored
That's not a polynomial hash. Match base/strings/string_piece.h's hash. BUG=none Review URL: https://codereview.chromium.org/604363003 Cr-Commit-Position: refs/heads/master@{#300165}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/bd4495c..50e6008 TBR=dstockwell@chromium.org,aboxhall@chromium.org Review URL: https://codereview.chromium.org/667493003 Cr-Commit-Position: refs/heads/master@{#300164}
-