- 03 Dec, 2012 40 commits
-
-
dmazzoni@chromium.org authored
BUG=99504 TBR=joi Review URL: https://codereview.chromium.org/11414232 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170786 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://net-internalsbenchan@chromium.org authored
BUG=163691 TEST=Tested the following on a Chromebook: 1. Navigate to chrome://net-internals/#chromeos in Chrome. 2. Click 'WiMAX' under 'Select interface for debugging'. 3. Run 'ff_debug' in crosh to confirm that the 'wimax' tag is enabled. Review URL: https://chromiumcodereview.appspot.com/11434068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170785 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
Adds code to HistoryQuick provider to make it optionally only consider terms when they match at the beginning of a word boundary in the URL or titles. The current behavior allows terms to match anywhere regardless of word boundaries. Then, creates a field trial to control this behavior. Enables the trial for 25% of users. BUG=161911 Review URL: https://chromiumcodereview.appspot.com/11421139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170784 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=none TEST=no functional change Review URL: https://chromiumcodereview.appspot.com/11419276 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170783 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
If a constrained window was added to an inactive tab it would be incorrectly positioned. The problem was that an inactive tab view is removed from the browser window. This meant that the constrained window position coudln't be calculated. When the tab became activated again we weren't updating the sheet position. This CL changes the code to correclty update the sheet position when the tab is activated. BUG=163841 TEST=Verified that the bug can no longer be reproduced. Verified that ConstrainedWindowSheetControllerTest.AddToInactiveTab failed without my change and passes with it. Review URL: https://chromiumcodereview.appspot.com/11416309 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170782 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Make browser_tests early exit on Linux Aura. This way we can enable them on the try and buildbots now, and send tryjobs as failing tests are disabled. BUG=163931 Review URL: https://codereview.chromium.org/11308323 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170781 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170778 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=163942 TEST=See bug. Review URL: https://codereview.chromium.org/11435002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170777 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
This makes it possible to release all shared memory used by a pixel transfer buffer without destroying the Id. BUG=163482 TEST=manual Review URL: https://chromiumcodereview.appspot.com/11415223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170776 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This speeds up cc_perftests by 2.85%. 0.7% is from the vector constructors, the remainder is from inlining the safe_integer_conversion routines. BUG= Review URL: https://chromiumcodereview.appspot.com/11414284 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170775 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
Entire list desn't flash entirely on tap anymore. Now only filename highlights. But it looks redundant. BUG=145887 TEST=Enable the "Gesture Tap Highlighting" flag in chrome://flags. Reboot if needed. Tap on a folder in the File Manager. Review URL: https://chromiumcodereview.appspot.com/11348348 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170774 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
Screenshot: http://i.imgur.com/G5246.png BUG=158847 Review URL: https://chromiumcodereview.appspot.com/11348343 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170773 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
Broke bunch of layout tests on Mac: canvas/philip/tests/2d.text.draw.align.center.html,canvas/philip/tests/2d.text.draw.align.end.ltr.html,canvas/philip/tests/2d.text.draw.align.end.rtl.html,canvas/philip/tests/2d.text.draw.align.left.html,canvas/philip/tests/2d.text.draw.align.right.html,canvas/philip/tests/2d.text.draw.align.start.ltr.html,canvas/philip/tests/2d.text.draw.align.start.rtl.html,canvas/philip/tests/2d.text.draw.baseline.alphabetic.html,canvas/philip/tests/2d.text.draw.baseline.ideographic.html,canvas/philip/tests/2d.text.draw.fill.maxWidth.bound.html,canvas/philip/tests/2d.text.draw.fontface.html,canvas/philip/tests/2d.text.draw.fontface.repeat.html,canvas/philip/tests/2d.text.draw.space.basic.html,canvas/philip/tests/2d.text.draw.space.collapse.nonspace.html,platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.align.center.html,platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.align.end.ltr.html,platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.align.end.rtl.html,platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.align.left.html,platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.align.right.html,platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.align.start.ltr.html,platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.align.start.rtl.html,platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.baseline.alphabetic.html,platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.baseline.ideographic.html,platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.fill.maxWidth.bound.html,platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.fontface.html,platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.fontface.repeat.html,platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.space.basic.html,platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.space.collapse.nonspace.html > Roll Skia DEPS to r6641 & add suppressions > > control: https://codereview.chromium.org/11418289/ > Review URL: https://codereview.chromium.org/11412301 TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/11428143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170770 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
Review URL: https://codereview.chromium.org/11428093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170767 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=none R=derat@chromium.org Review URL: https://codereview.chromium.org/11316309 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170765 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170763 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r10346: (mseaborn) Add performance tests for NaCl syscalls and threading r10347: (mcgrathr) toolchain_build: Strip .comment sections from target libraries r10348: (khim) Refactor decoder_x86_*.rl: merge common code r10349: (mcgrathr) Use VZEROALL instruction to clear AVX state r10350: (dschuff) Add nacl-binutils repo to PNaCl DEPS file r10351: (dschuff) Update LLVM/Clang DEPS for merge to r168633 r10352: (sehr) Update DEPS to get changes to fix upstream LLVM tests. r10353: (mcgrathr) Remove blob_library_loading test r10354: (bradnelson) Fixing relative path issue with once_test r10355: (mseaborn) Thread suspension: Mac: Fix register reading when %eip coincides with TCB range r10356: (sehr) Remove expected failures for now-passing tests. r10357: (mseaborn) Add a futex implementation for use in nacl-newlib's libpthread r10358: (hamaji) Handle -v for pnacl-clang properly r10359: (dschuff) Revert "Handle -v for pnacl-clang properly" r10360: (mcgrathr) toolchain_build: Update binutils and gcc source revisions BUG=none TEST=nacl_integration Review URL: https://codereview.chromium.org/11416308 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170762 0039d316-1c4b-4281-b951-d872f2087c98
-
rjkroege@chromium.org authored
Set a configurable cap on the maximum touchscreen fling velocity. BUG=141653 Review URL: https://chromiumcodereview.appspot.com/11299276 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170761 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11299256 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170760 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
TBR=ben@chromium.org BUG=155525 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170483 Review URL: https://chromiumcodereview.appspot.com/11280115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170759 0039d316-1c4b-4281-b951-d872f2087c98
-
jered@chromium.org authored
Otherwise we show a Google logo and identity on third-party websites when the user backspaces away the query. BUG= Review URL: https://chromiumcodereview.appspot.com/11308284 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170758 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
Reverting because this code will be used in the future (it is currently behind a #ifdef check). BUG=161992 Review URL: https://chromiumcodereview.appspot.com/11412247 TBR=sergiyb@google.com Review URL: https://codereview.chromium.org/11316307 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170757 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170755 0039d316-1c4b-4281-b951-d872f2087c98
-
nyquist@chromium.org authored
> [Android] Suppress missing licensing info warning for third_party/guava and third_party/jsr-305 > > > R=torne@chromium.org > BUG=163896 > NOTRY=true > > > Review URL: https://chromiumcodereview.appspot.com/11280278 TBR=mnaganov@chromium.org Review URL: https://codereview.chromium.org/11418294 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170754 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
Try bots results can be seen from codereview.chromium.org/11348345 BUG= TEST=tree TBR=tasak Review URL: https://codereview.chromium.org/11308324 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170753 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/162100 R=sky@chromium.org Review URL: https://codereview.chromium.org/11421194 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170752 0039d316-1c4b-4281-b951-d872f2087c98
-
nyquist@chromium.org authored
Instead of using bundled versions of guava, we now instead build guava ourselves. Also, we need to build jsr-305 as it is the only dependency guava has. BUG=159873 Review URL: https://codereview.chromium.org/11415141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170751 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Adds --enable-instant-extended-api to about:flags for all platforms. Also removes the < DEV channel restriction. BUG=163719 TEST=Observe about:flags on other platforms. R=thakis@chromium.org Review URL: https://codereview.chromium.org/11414278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170749 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
Implemented behind --ash-network-state-handler Copies the bulk of the NetworkMenuIcon logic to ash; NetworkMenuIcon will eventually be deprecated. BUG=161869 For .grd changes: TBR=sky@chromium.org Review URL: https://codereview.chromium.org/11361274 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170748 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
There is no need to inherit from testing::Test and then have to use TEST_F(), if you aren't overridding SetUp() or TearDow(). So if you don't need to customize it, you can use TEST() macro directly and it does that for us automagically. Fix all the cases found with the following command line: $ git grep -n1 "public testing::Test" base/ | grep "};" TEST=base_unittests R=willchan@chromium.org Review URL: https://codereview.chromium.org/11308261 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170747 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
NetworkChangeNotifierAndroid was only firing 'network connection changed' events although many clients subscribe to 'IP address changed events'. One of them is ClientSocketPoolBaseHelper which invalidates its socket pool whenever the IP address changes. The lack of this notification on Android could have led to an invalid socket being used. This is a first approach. Later on this can be improved to only fire the notification when the IP address actually changed. This issue was found as part of the following bug investigation although this CL doesn't claim to fix the bug. BUG=149231 Review URL: https://codereview.chromium.org/11411287 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170746 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=glider Review URL: https://codereview.chromium.org/11415260 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170745 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=163902,163904,163922,163924 TBR=glider NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11416318 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170744 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
Create different implementations for desktop Chrome / CrOS, and change initialization to keep the CrOS version in BrowserPolicyConnector instead of the Profile. BUG=chromium:108928 TEST=compiles and passes tests, cloud policy works as before. TBR=phajdan.jr@chromium.org,ben@chromium.org Review URL: https://codereview.chromium.org/11415094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170742 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170741 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
control: https://codereview.chromium.org/11418289/ Review URL: https://codereview.chromium.org/11412301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170740 0039d316-1c4b-4281-b951-d872f2087c98
-
digit@chromium.org authored
Android's time_t is 32-bit by default, but the platform provides a <time64.h> providing for time64_t and associated functions. Use time64_t in base/time_posix.cc to implement base::Time::Exploded conversion routines. This avoids un-necessary clamping of the year to the 1901-2038 range when calling base::Time::Explode() or base::Time::FromExploded(). BUG=162007 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11308176 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170738 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
BUG=163210 Review URL: https://codereview.chromium.org/11428091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170737 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
The FindThirdPartyDirs function no longer filters out empty/missing directories as of r170273; update webview_licenses to do this. Also, actually print the name of the directory causing a license error to make debugging failures easier. BUG= Review URL: https://codereview.chromium.org/11421199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170736 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
R=torne@chromium.org BUG=163896 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11280278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170733 0039d316-1c4b-4281-b951-d872f2087c98
-