- 03 Dec, 2012 40 commits
-
-
pauljensen@chromium.org authored
BUG=163902 Review URL: https://chromiumcodereview.appspot.com/11428141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170812 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170811 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG= TEST=tree TBR=tasak Review URL: https://codereview.chromium.org/11411323 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170810 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
This CL introduces two new concepts: - API permissions that cannot be found in the manifest (and therefore need not be in the optional permissions section to be optionally requested) - optional API permission requests that have associated data BUG=119473 TBR=sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170514 Review URL: https://chromiumcodereview.appspot.com/11413099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170809 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
Removed a file that's not used any more TBR=rlp@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/11416297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170807 0039d316-1c4b-4281-b951-d872f2087c98
-
jknotten@chromium.org authored
WebKit is expecting a fresh geolocation positions from the GeolocationClient, so we should try to send a fresh geolocation position. TEST= BUG=157244 Review URL: https://chromiumcodereview.appspot.com/11312210 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170806 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
Move many ProcessSingleton methods to "protected" visibility as an upcoming refactoring of ProcessSingleton on Windows requires that only NotifyOtherProcessOrCreate() be callable from the public interface. This doesn't change any code logic, just moves things around. BUG=None Review URL: https://codereview.chromium.org/11415237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170805 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
Make it easier to reproduce simple bugs and issues by adding a trivial test for system calls with one argument. BUG=163904 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11434088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170804 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=151400 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/11411317 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170803 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This CL customizes the user details shown at the top of the ash system bubble when logged into a public account. The regular display of user name and e-mail is replaced by a text that informs the user this is a public account and names the domain managing the account. The implementation follows the UI mock in the linked bug. BUG=152928 Review URL: https://chromiumcodereview.appspot.com/11377133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170802 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
The EventHandler should explicitly stop the propagation of an event (Event::StopPropagation()), or mark it has having been handled (Event::PreventDefault()), by calling a function on the event object, instead of returning a value from the event-handler functions. This patch takes the first step by converting EventHandler::OnEvent. Subsequent patches will conver the event-specific callbacks (OnKeyEvent etc.) BUG=163618 Review URL: https://codereview.chromium.org/11308322 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170801 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
Revert 166585 - Add a histogram enum to determine the cat's flavor and how many bits there are in it. BUG=159886, 160300 Review URL: https://codereview.chromium.org/11391002 TBR=mark@chromium.org Review URL: https://codereview.chromium.org/11348360 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170800 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@google.com authored
R=gavinp@chromium.org BUG=128578 Review URL: https://codereview.chromium.org/11299211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170799 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=157270,157273 Review URL: https://codereview.chromium.org/11428071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170796 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
If a tab is added without being shown then the associated tab view for the web content will not be created yet. When a constrained window is added to that tab the window never gets shown. To fix this I've changed ConstrainedWindowMac2 to reshow the window once the web contents becomes visible. BUG=163778 TEST=Reproduced bug 163778 and verified that my patch fixes it. Verified that ConstrainedWindowMacTest.ShowInUninitializedTab fails without my patch and passes with it. Review URL: https://chromiumcodereview.appspot.com/11419277 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170795 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://settings/cookiesvasilii@google.com authored
In chrome://settings/cookies dialog I extended hovering tooltip area for cookies which have been set by an application BUG=154280 Review URL: https://chromiumcodereview.appspot.com/11428098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170794 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=163964 TBR=benwells@chromium.org Review URL: https://codereview.chromium.org/11416323 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170791 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
This is the last CL for libibus removal. We can also remove InputMethodLookupTable and IBusUiController as well, but let me split cl for them. BUG=158264, 158265 TEST=Manually done on lumpy. Review URL: https://chromiumcodereview.appspot.com/11280159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170790 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
Affects File Manager table view and Task Manager. Previously columns was stretched to occupy full list width. As we discussed width @kenmoore and @joshwoodward won't depend on list width and have values in pixels. Total columns width may be less or more of list width. In the last case horizontal scroll bar appears. Column widths supposed to be persistent. But it is not implemented yet. BUG=126738 TEST=Check how File Manager and Task Manager tables behave when window and column resize. Review URL: https://chromiumcodereview.appspot.com/11280253 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170789 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-