- 22 Aug, 2014 40 commits
-
-
mfoltz@chromium.org authored
BUG=393969 Review URL: https://codereview.chromium.org/480173004 Cr-Commit-Position: refs/heads/master@{#291309} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291309 0039d316-1c4b-4281-b951-d872f2087c98
-
bryner@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/494143003 Cr-Commit-Position: refs/heads/master@{#291308} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291308 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
Step 1 - factor out current cache and increase its size. BUG=401758 R=pkasting@chromium.org Review URL: https://codereview.chromium.org/455563002 Cr-Commit-Position: refs/heads/master@{#291307} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291307 0039d316-1c4b-4281-b951-d872f2087c98
-
aelias@chromium.org authored
This changes CC to trust Blink's inner container layer size and apply Android top controls size as a delta on top of it. Prior to this patch, on Android we would clobber what Blink told CC with a from-scratch computation "physical device size - top controls impl size - keyboard overdraw size". This change makes it unnecessary for the renderer to be aware of keyboard overdraw size, but on the other hand CC now must know about how top controls size was applied to Blink layout size, to understand the size coming from Blink. So this patch replaces one float with the other. This simplifies the logic and is a step towards converging OSK codepaths between platforms (since ChromeOS didn't use overdraw_bottom_height, but used visible_viewport_size instead -- this patch unlocks the potential use of the latter on Android as well). NOTRY=true BUG=404315 Review URL: https://codereview.chromium.org/476113004 Cr-Commit-Position: refs/heads/master@{#291306} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291306 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
As there is no URL being displayed users need to be aware of what host they are on for security reasons. This is part of the experimental streamlined hosted apps window frame. BUG=368372 Review URL: https://codereview.chromium.org/490103003 Cr-Commit-Position: refs/heads/master@{#291305} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291305 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
This test was enabling a lot of categories that it should not have. When using impl side painting, we can use the trace events from blink.ImageFrameGenerator::decode to measure the time. On legacy compositing, this doesn't exist and we have to fall back to the "timeline.Decode Image" event still. Left FIXMEs to remove this. BUG=405244 NOTRY=true Review URL: https://codereview.chromium.org/480713004 Cr-Commit-Position: refs/heads/master@{#291304} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291304 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
This adds members to mojo::Event that are needed to construct a blink::WebInputEvent, as well as the boilerplate to carry those members on a ui::KeyEvent object, because the events aren't sent directly from the native event source to html viewer, but pass through multiple systems. BUG=403514 Review URL: https://codereview.chromium.org/492863002 Cr-Commit-Position: refs/heads/master@{#291301} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291301 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This hopefully prevents implicit Fontconfig initialization from occurring later when queries are first made from gfx::FontRenderParams/Skia/Blink/etc. BUG=404311 Review URL: https://codereview.chromium.org/497523002 Cr-Commit-Position: refs/heads/master@{#291298} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291298 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
been implemented. R=yoz@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/474293007 Cr-Commit-Position: refs/heads/master@{#291297} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291297 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
The current vsync subscription scheme in RWHVAndroid is rather ad-hoc. Formalize the request logic by creating explicit request types, avoiding redundant vsync requests (and the associated JNI call) while also enforcing the validity of such requests (for WebView). BUG=394604 Review URL: https://codereview.chromium.org/492923002 Cr-Commit-Position: refs/heads/master@{#291296} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291296 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
Replace me with Jared for ui/ places. I'm not familiar with what's going on in buildbot anymore. NOTRY=true TBR=sky Review URL: https://codereview.chromium.org/477133005 Cr-Commit-Position: refs/heads/master@{#291295} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291295 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/491023004 Cr-Commit-Position: refs/heads/master@{#291294} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291294 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
R=asvitkine@chromium.org BUG=404809,405295 Review URL: https://codereview.chromium.org/490733002 Cr-Commit-Position: refs/heads/master@{#291293} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291293 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
Instead of using an arbitrary Region, which is costly (slow), use a new SimpleEnclosedRegion. This class tracks only a single Rect at a given time so it is very fast and small. It tries to get something like the largest rect enclosed in the actual Region (were we to track such a Region) in an online fashion, ie it doesn't remember anything except its current largest possible rect. BUG=405663 Review URL: https://codereview.chromium.org/202523002 Cr-Commit-Position: refs/heads/master@{#291292} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291292 0039d316-1c4b-4281-b951-d872f2087c98
-
gpdavis.chromium@gmail.com authored
script injection permissions BUG=405671 Review URL: https://codereview.chromium.org/492803003 Cr-Commit-Position: refs/heads/master@{#291291} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291291 0039d316-1c4b-4281-b951-d872f2087c98
-
mlerman@chromium.org authored
BUG=306322 Review URL: https://codereview.chromium.org/466293003 Cr-Commit-Position: refs/heads/master@{#291289} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291289 0039d316-1c4b-4281-b951-d872f2087c98
-
hubbe@chromium.org authored
The RTCP sender API has reduntant information, getting rid of the redundencies means fewer lines of code. Review URL: https://codereview.chromium.org/499433002 Cr-Commit-Position: refs/heads/master@{#291288} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291288 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
Python always does reference counting and that handles most of the objects used by GYP. The GC is used to detect and drop circular references. If GC is turned off then the heap scanning can be skipped to save some CPU cycles, and the memory leaked due to circular references isn't noticeable. This saves about 1 second out of 16 on Linux in a Z620 workstation. BUG=None Review URL: https://codereview.chromium.org/495993002 Cr-Commit-Position: refs/heads/master@{#291287} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291287 0039d316-1c4b-4281-b951-d872f2087c98
-
ericzeng@chromium.org authored
- Use element.animate to resize the overlay for embedded extension options. When an <extensionoptions> element is embedded in a WebUI overlay, if its size changes the overlay will smoothly expand to surround the element. - Add an API to <extensionoptions> to defer autosizing until its embedder is ready. This is used to 'pin' the element's size until the overlay is done expanding. - Move the <extensionoptions> off screen until the overlay is done expanding. - Prevent <extensionoptions> from shrinking after the initial sizing. This makes the look of the embedded options page more consistent. BUG=386842 Review URL: https://codereview.chromium.org/480243003 Cr-Commit-Position: refs/heads/master@{#291286} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291286 0039d316-1c4b-4281-b951-d872f2087c98
-
rileya@chromium.org authored
BUG=399002 Review URL: https://codereview.chromium.org/495193002 Cr-Commit-Position: refs/heads/master@{#291284} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291284 0039d316-1c4b-4281-b951-d872f2087c98
-
amistry@chromium.org authored
Stolen from https://codereview.chromium.org/118373003 BUG=397019 Review URL: https://codereview.chromium.org/488353004 Cr-Commit-Position: refs/heads/master@{#291283} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291283 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
This is part of work to allow embedders to send a chunk when they do not yet know whether it is the final chunk. BUG=405678 Review URL: https://codereview.chromium.org/497553002 Cr-Commit-Position: refs/heads/master@{#291282} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291282 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=401667 Review URL: https://codereview.chromium.org/495923002 Cr-Commit-Position: refs/heads/master@{#291281} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291281 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=304341 TEST=popup menus still work Review URL: https://codereview.chromium.org/494993004 Cr-Commit-Position: refs/heads/master@{#291280} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291280 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#291279} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291279 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
This picks up the following changes: 5213df4 Prefer AES-GCM when hardware support is available. 92909a6 Remove MS SGC support on the the server. b52e3dd Move common code between two branches. 422d3a4 Remove some unused state and code. fd00303 Don't scan libfoo_error.c for error codes. a7d1363 Prune removed key types from SSL_PKEY_*. ef2116d Remove DSA-based cipher suites and client auth. cff6472 Mark some more globals as const. 0da0e18 Remove ECDH_RSA, ECDH_ECDSA, DH_RSA, and DH_DSS. bd30f8e Remove support on both sides for *_fixed_(ec)dh client auth. d0639af Remove single-DES cipher suites. ebf42b5 Remove remnants of now-removed cipher suites. f6faa4b Export some extra functions and values. e7bf281 Fix (harmless) memory leak in the test harness. 389e3f0 Fix minor comment typos. 66c249c Remove some dead code. ede973a Tidy up cipher ordering. 6bc658d Split off private_transform function in RSA. 214cd44 Export BN_num_bits_word. e712778 Remove rsa_md5, md5, and sha1 fields from SSL_CTX. b7725cf Include Windows.h in some source files. 8bc38f5 DTLS version negotiation doesn't happen at HelloVerifyRequest. f2fedef Simplify HelloVerifyRequest processing. cc23df5 Remove SSL_OP_CISCO_ANYCONNECT. 6f26001 Mark all SSL_CIPHERs as const. fb4ea28 Tidy DTLS cookie callback types. f450134 Remove default_timeout hook. 5216a93 Increase minimum required cmake version BUG=405091,396787 Review URL: https://codereview.chromium.org/490763002 Cr-Commit-Position: refs/heads/master@{#291278} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291278 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Pulls in only one change: r291179: Only add stubdata.c once on Windows (when icu_use_data_file_flag is set) TBR=jshin@chromium.org BUG=404809 Review URL: https://codereview.chromium.org/490353002 Cr-Commit-Position: refs/heads/master@{#291277} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291277 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
casting/sharing is turned on upon user switch Purpose of this change: Asks the user with a system modal dialog box if he wants to turn off screen sharing/screen casting and then switch users or abort switching users. BUG=353170 TEST=TrySwitchingUserTest.* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291152 Review URL: https://codereview.chromium.org/496563002 Cr-Commit-Position: refs/heads/master@{#291276} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291276 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
If only this were simple. BUG=393999 CQ_TRYBOTS=tryserver.chromium.linux:android_aosp,android_clang_dbg,android_dbg Review URL: https://codereview.chromium.org/487273004 Cr-Commit-Position: refs/heads/master@{#291275} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291275 0039d316-1c4b-4281-b951-d872f2087c98
-
hcarmona@chromium.org authored
Made the 'entry-box' label into a div. Made the 'time' div into a label and assigned it for the checkbox. Updated the code that selects the checkbox to prevent introduction of bug where clicking the row would not toggle the checkbox. VoiceOver after change: checkbox: "<history item timestamp> <checked/unchecked> checkbox" url: "visited link <name of link>" drop down: "actions pop up button" The exact words will be different depending on TTS program used, but should be similar for the controls in the list. There are no tests uploaded because these changes rely on VoiceOver to validate. BUG=404870 Review URL: https://codereview.chromium.org/492083002 Cr-Commit-Position: refs/heads/master@{#291274} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291274 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
mojo/application_manager/application_loader.h #includes a generated header from mojo_network_bindings. This means any target that uses this header (and thus depends on application_manager) must declare a hard dependency on mojo_network_bindings so that the generated header exists before that target tries to compile. This exports the hard dep (via gyp's export_dependent_settings) and from other targets with similar needs. R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/496813002 Cr-Commit-Position: refs/heads/master@{#291273} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291273 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
gyp changes are made to filter out toolkit-views browser_tests that aren't yet compiled in to a toolkit-views Chrome binary on Mac. One, WebDialogBrowserTest.SizeWindow, was a disabled test (disabled for 4 years :o). It was preventing browser_tests compiling on MacViews because it was passing a gfx::NativeWindow to CreateWindowWithParent, which takes a view. The parent isn't important for the test - it's just adding widget context. This CL changes the parent to be web_contents->GetNativeView() instead so the test compiles. To ensure nothing breaks, the test needs to be enabled. According to the comment, the reasons for it being disabled on Windows still seem relevant. However, on Linux the test was just timing out due to a quirk of the test. So the quirk is fixed, and WebDialogBrowserTest.SizeWindow is enabled on Linux Aura. The test is also enabled on Mac, but currently fails because NativeViewHost isn't implemented yet. That's coming, and leaving the test enabled will ensure we check it. With this change browser_tests compiles and links on toolkit-views Mac. BUG=404979, 399191, 52602 TEST=browser_tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290998 Review URL: https://codereview.chromium.org/486063002 Cr-Commit-Position: refs/heads/master@{#291272} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291272 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
This moves the Safe Browsing and SSL interstitial HTML/JS into a single new folder: chrome/browser/resources/security_warnings/. It also moves some common code out of the SSL-related JS file and into the general interstitial JS file. BUG=402540 Review URL: https://codereview.chromium.org/480393002 Cr-Commit-Position: refs/heads/master@{#291270} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291270 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
The rollback tests now listen to both the ProfileSyncService state as well as for the completion of the browsing data remover. The shutdown observer now also listens directly to the ProfileSyncService, rather than polling every second. BUG=406005 Review URL: https://codereview.chromium.org/483883003 Cr-Commit-Position: refs/heads/master@{#291269} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291269 0039d316-1c4b-4281-b951-d872f2087c98
-
mek@chromium.org authored
BUG=395376 Review URL: https://codereview.chromium.org/495213002 Cr-Commit-Position: refs/heads/master@{#291268} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291268 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Disable PluginTest.VerifyNPObjectLifetimeTest and PluginTest.CreateInstanceInPaint since they're flaking. BUG=406184 TBR=avi@chromium.org Review URL: https://codereview.chromium.org/494243003 Cr-Commit-Position: refs/heads/master@{#291267} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291267 0039d316-1c4b-4281-b951-d872f2087c98
-
chrishtr@chromium.org authored
It's not used anywhere. BUG=399506 Review URL: https://codereview.chromium.org/438843002 Cr-Commit-Position: refs/heads/master@{#291266} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291266 0039d316-1c4b-4281-b951-d872f2087c98
-
earthdok@chromium.org authored
BUG=405985 R=rogerta@chromium.org Review URL: https://codereview.chromium.org/496753002 Cr-Commit-Position: refs/heads/master@{#291264} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291264 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
This CL is one part of the effort to change chrome to use gaiaid instead of email address as the unique id for an account. BUG=341408 Review URL: https://codereview.chromium.org/425823002 Cr-Commit-Position: refs/heads/master@{#291263} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291263 0039d316-1c4b-4281-b951-d872f2087c98
-
hubbe@chromium.org authored
These files aren't used or referenced anywhere, delete them. Review URL: https://codereview.chromium.org/495203002 Cr-Commit-Position: refs/heads/master@{#291262} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291262 0039d316-1c4b-4281-b951-d872f2087c98
-