- 07 Jan, 2014 40 commits
-
-
jennyz@chromium.org authored
This reverts 240379.. BUG=311373 TBR=stevenjb Review URL: https://codereview.chromium.org/126213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243420 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
The fontconfig repository moved to from third_party/fontconfig to third_party/fontconfig/src. TBR=darin@chromium.org NOTRY=true BUG=318315 Review URL: https://codereview.chromium.org/126823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243418 0039d316-1c4b-4281-b951-d872f2087c98
-
erikchen@chromium.org authored
Canceling a history swipe with the magic mouse would fail to hide the swipe arrow. Previously, the arrow was dismissed in `dealloc`, and I moved the animation to `dismiss` in a previous change (107343008). Unfortunately, the logic for magic mouse history swiping was failing to call `dismiss` if the history swipe was cancelled. BUG=330312 Review URL: https://codereview.chromium.org/115693012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243417 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
Remove RemotePtr<S>::SetPeer method in favor of an optionally NULL second constructor argument. (The reset method also gains an optionally NULL second argument.) R=davemoore@chromium.org Review URL: https://codereview.chromium.org/109103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243416 0039d316-1c4b-4281-b951-d872f2087c98
-
prashant.n@samsung.com authored
by value. Subsequent patches will clean up all the gfx structs to be passed by ref. BUG=159273 Review URL: https://codereview.chromium.org/126073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243415 0039d316-1c4b-4281-b951-d872f2087c98
-
jyasskin@chromium.org authored
BUG=308651 Review URL: https://codereview.chromium.org/102433011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243414 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
The content layer creates top level popup windows, for select items on a page for e.g. When these windows are resized we need to resize the parent widget hosting them. BUG=330596 TEST=Covered by views test DesktopAuraTopLevelOwnedPopupResizeTest R=sky@chromium.org Review URL: https://codereview.chromium.org/125203005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243413 0039d316-1c4b-4281-b951-d872f2087c98
-
simonhong@chromium.org authored
R=ccameron@chromium.org BUG=NONE TEST=NONE(no functional change) Review URL: https://codereview.chromium.org/125203007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243412 0039d316-1c4b-4281-b951-d872f2087c98
-
miu@chromium.org authored
All desktop platforms now show the tab tooltip on mouse hover, regardless of whether the page title text entirely fits within a tab. Also, fixed a subtle bug where View::TooltipTextChanged() was not being called when the data model was changed. This allows a tooltip to be updated while still hovering over the tab with the mouse. BUG=310947 Review URL: https://codereview.chromium.org/120163005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243411 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This is mostly mechanical, the only difference is that in places that rely on the content context support the code now downcasts the cc::ContextProvider pointer instead of downcasing the blink::WebGraphicsContext3D pointer. BUG=181120 Review URL: https://codereview.chromium.org/120043005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243410 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
Currently synthetic delays use an Activate/Apply scheme were Activate can be called several times and a single call to Apply will execute the delay. Both calls need to happen on the same thread. This patch changes this to a Begin/End model where the delay start point is designated with Begin and executed with End. Both calls can happen on any thread for a given delay. Calls can also be nested so that the inner Begin/End pairs do nothing and only the outermost End will apply the delay. This change is primarily to make it easier to integrate synthetic delays to asynchronous tasks such as texture uploads. One only needs to call Begin for every queued task and then End in each individual tasks to apply the delay automatically to a "burst" of work. This patch also introduces parallel versions of Begin and End. They are useful for several applying independent instances of the same delay. We also add a function for resetting all registered synthetic delays. This is needed for telemetry tests to reset delays to a clean slate between pages. Review URL: https://codereview.chromium.org/104613003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243409 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
In most cases SingleThreadTaskRunner can be used instead. BUG=315922 R=dalecurtis@chromium.org Review URL: https://codereview.chromium.org/101503007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243408 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisgao@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/123833007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243407 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
BUG=321878 Review URL: https://codereview.chromium.org/123283004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243406 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG=331184 Review URL: https://codereview.chromium.org/123263004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243405 0039d316-1c4b-4281-b951-d872f2087c98
-
rileya@chromium.org authored
Review URL: https://codereview.chromium.org/119473003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243404 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none R=aruslan@chromium.org Review URL: https://codereview.chromium.org/114033006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243403 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=msw@chromium.org BUG=330067 Review URL: https://codereview.chromium.org/120823003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243402 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
Fixes some deadlocks on linux debug caused by STL debug iterators using locks. BUG=331459 Review URL: https://codereview.chromium.org/114603009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243401 0039d316-1c4b-4281-b951-d872f2087c98
-
apiccion@chromium.org authored
* Added VoiceSearchTabHelper web contents observer to toggle on html 5 media autoiplay for google search urls. BUG=323264 Review URL: https://codereview.chromium.org/114183006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243399 0039d316-1c4b-4281-b951-d872f2087c98
-
sgurun@chromium.org authored
The preferred method is to handle exceptions in java code. BUG= Review URL: https://codereview.chromium.org/109023011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243398 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG=330688 Review URL: https://codereview.chromium.org/113853004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243397 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
This change was originally introduced to only run the NaCl SDK bots when all changes were to files in the native_client_sdk directory. This change is no longer safe, as some changes can affect other builders (such as changes to create_nmf.py and nacl_io). BUG=none R=stip@chromium.org Review URL: https://codereview.chromium.org/112953005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243396 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
Notable changes: 1. Reorder the cipher suites offered in ClientHello. https://bugzilla.mozilla.org/show_bug.cgi?id=936828 https://bugzilla.mozilla.org/show_bug.cgi?id=946147 2. Store a random value in the gmt_unix_time field of ClientHello and ServerHello. https://bugzilla.mozilla.org/show_bug.cgi?id=937976 3. Handle >= 2048-bit DSA certificates. https://bugzilla.mozilla.org/show_bug.cgi?id=925591 4. Session ticket renewal bug fixes. https://bugzilla.mozilla.org/show_bug.cgi?id=930857 https://bugzilla.mozilla.org/show_bug.cgi?id=930874 The following patches are removed. 1. Patches that are no longer necessary because we require NSS 3.14.3: versionskew.patch ecpointform.patch cbc.patch 2. Patches that have been committed in NSS upstream: renegoscsv.patch peercertchain.patch peercertchain2.patch negotiatedextension.patch sslsock_903565.patch aesgcm.patch tls12backuphash.patch tls12backuphash2.patch ciphersuiteversion.patch resumeclienthelloversion.patch canfalsestart.patch nullcipher_934016.patch 3. Miscellaneous: channelid2.patch: merged with channelid.patch. disableticketrenewal.patch: bug fixed in the NSS upstream. R=agl@chromium.org,rsleevi@chromium.org BUG=331625 TEST=none Review URL: https://codereview.chromium.org/111853013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243395 0039d316-1c4b-4281-b951-d872f2087c98
-
cmumford@chromium.org authored
V8ObjectStatsMetric would previously capture all V8 statistics. Added a constructor parameter so that users could capture a subset of the V8 statistics if desired. Default is as before: capture them all. Making this change so that the IndexedDB perf tests (indexeddb_perf) can be modified to report only a few metrics to simplify the test results. Review URL: https://codereview.chromium.org/99903009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243394 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/330416 R=sky@chromium.org Review URL: https://codereview.chromium.org/120503003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243393 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Fix a few instances where !Windows is assumed to be Linux. Chang many instances of !USE_GTK_MESSAGE_PUMP && !OS_MACOSX && !OS_ANDROID to just USE_AURA (they are equivalent now). Add a very minimal RootWindowHostMac. Of note is that building with Aura requires running "gyp_chromium --no-circular-check" (the circular check is only enabled on Mac, and doesn't work with Aura). Also note that the demo does not work properly unless BGRA support is disabled (in FeatureInfo::InitializeBasicState these extensions can be disabled). BUG=331669 Review URL: https://codereview.chromium.org/110283005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243392 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
The apps grid uses [NSView menuForEvent:..] for its menus, so needs to check the button state explicitly to match the behaviour of [NSButton menu] (which isn't used, e.g., because the NSButton doesn't fill the grid cell). This CL adds a check to suppress the menu when the button is in the "lit" state, which occurs when the button is being held down. BUG=328835 TEST=Hold the left, then the right, mouse buttons over a app launcher item. A menu shouldn't appear. Releasing the left button (without moving the mouse cursor) will launch the item. Review URL: https://codereview.chromium.org/93793012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243391 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
BUG=315922 R=dalecurtis@chromium.org TBR=jam Review URL: https://codereview.chromium.org/66183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243390 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
BUG=151703 Review URL: https://codereview.chromium.org/86743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243389 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
These represent the non-Telemetry tests currently running on these bots. Tested locally on Linux. Will test on other platforms after the initial commit and update the isolates as necessary. BUG=321878 R=maruel@chromium.org TBR=maruel@chromium.org Review URL: https://codereview.chromium.org/101783011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243388 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
The transition type of a prerendered page loaded from the omnibox now has the qualifier PAGE_TRANSITION_FROM_ADDRESS_BAR. BUG=263246 Review URL: https://codereview.chromium.org/23475040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243387 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243384 0039d316-1c4b-4281-b951-d872f2087c98
-
erikchen@chromium.org authored
The animation was not specifying an NSAnimationContext or duration, which meant that the duration was not well defined. I used the same value that I observed on my machine prior to my change. It seems a bit slow, but presumably it's the value most users are seeing. BUG=NONE TEST=NONE Review URL: https://codereview.chromium.org/110753004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243383 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
* Create extensions/common/test_util.h for shared test code * Consolidate duplicated CreateExtensionWithID() functions * Create extensions_test_support build target because you can't have multiple files named test_util.h in a single build target on MSVS, all the other names are taken (test_utils.h, extension_test_util.h, etc.), and this gets us a step closer to having an extensions-only test suite. * Fix some missing dependencies for the extensions_common target * Remove unnecessary includes that create a dependency on themes BUG=none TEST=compiles, unit_tests TBR=thakis@chromium.org for mechanical changes to chrome/browser/ui/cocoa/extensions/ Review URL: https://codereview.chromium.org/110463003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243382 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
We'll use this in-tree fontconfig when "embedded=1" is set in GYP_DEFINES. BUG=318315 Review URL: https://codereview.chromium.org/102813007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243381 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
show at the same time when clicking "Use Google Wallet". BUG=331935 R=estade@chromium.org TEST=manual Review URL: https://codereview.chromium.org/101383006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243380 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Remove call of PrerenderTracker::TryCancelOnIOThread in ChromeContentBrowserClient::CanCreateWindow. I moved cancelling the prerender on the UI thread. BUG=304341 R=jochen@chromium.org, tburkard@chromium.org Review URL: https://codereview.chromium.org/112573008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243375 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
BUG=331125 R=navabi@chromium.org, navabi@google.com, skyostil@chromium.org Review URL: https://codereview.chromium.org/97983005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243372 0039d316-1c4b-4281-b951-d872f2087c98
-
aruslan@chromium.org authored
Accidentally left disabled when the underlying issue was resolved. BUG=172786,156800 Review URL: https://codereview.chromium.org/118333004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243370 0039d316-1c4b-4281-b951-d872f2087c98
-