- 30 Aug, 2013 40 commits
-
-
bruening@google.com authored
TBR=nhiroki@chromium.org BUG=282646 Review URL: https://codereview.chromium.org/23572020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220671 0039d316-1c4b-4281-b951-d872f2087c98
-
benm@chromium.org authored
This achieves backwards compat with "Classic" Android WebView which would always set this level of font hinting and enable sub puxel positioning. BUG=281508 Review URL: https://chromiumcodereview.appspot.com/23461014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220668 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=272460 Review URL: https://chromiumcodereview.appspot.com/23496024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220667 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
All the options used by browser_backends need to be moved from finder_options to browser options. BUG=269131 TEST=trybot Review URL: https://chromiumcodereview.appspot.com/23664002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220665 0039d316-1c4b-4281-b951-d872f2087c98
-
ddorwin@chromium.org authored
Key systems are now explicitly added rather than loaded from arrays of structs. This is in preparation for moving knowledge of key systems and registration out of content/. BUG=224793 TEST=exsting content_unittests Review URL: https://chromiumcodereview.appspot.com/23464005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220664 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
BUG=281246 R=ygorshenin@chromium.org Review URL: https://chromiumcodereview.appspot.com/23757003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220661 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremy@chromium.org authored
The afoermentioned bug causes some pages to wedge which causes profile generation in Telemetry to fail. Use tab.WaitForDocumentReadyStateToBeInteractiveOrBetter() instead to attempt to mitigate this. BUG=282100 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/23478017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220660 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
This maintains a duplicate set of menus for standard items. This enables keyboard shortcuts to work as expected when the Chrome menus are hidden. This also adds tags to various items in MainMenu.xib using existing and new entries from chrome_command_ids.h. The tags are used to look up items in the main menu. BUG=168080, 276052 TEST=When an app window is focused, the main menu should change to a set of menus relevant to apps. I.e. Chrome specific menus/items should be hidden. The item in the menus should behave as expected for the app. Review URL: https://chromiumcodereview.appspot.com/23005021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220659 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
BUG=none NOTRY=true R=chrisgao@chromium.org, frankf@chromium.org Review URL: https://codereview.chromium.org/23800002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220657 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
TBR=bungeman@chromium.org BUG=266484 Review URL: https://codereview.chromium.org/23689005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220656 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
BUG=none R=chrisgao@chromium.org Review URL: https://codereview.chromium.org/23495016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220654 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
than taking it as an arg. The next change for Show URL will result in this function needing to muck with the toolbar model and possibly re-fetch the text afterwards, so this change prepares for that. BUG=248287 TEST=none R=msw@chromium.org Review URL: https://codereview.chromium.org/23804002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220653 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
BUG=b/8627864 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/23458014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220652 0039d316-1c4b-4281-b951-d872f2087c98
-
sukolsak@chromium.org authored
The mini_installer test framework used the psutil module to find process IDs and paths, but this module was not available on the buildslave. Remove psutil and call Windows API directly instead. NOTRY=True BUG=264859 1) Uninstall Chrome (if it's installed.) 2) Put mini_installer.exe in the same folder as test_installer.py 3) Use Python 2.6.x. Make sure that psutil is not installed. Run "python test_installer.py config\config.config". The test should pass. Review URL: https://chromiumcodereview.appspot.com/23814002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220650 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
If a PageAction inherits another PageAction class, then DiscoverClasses() might mess up the map from simple module name to class object name. See bug for more details. BUG=281568 Review URL: https://chromiumcodereview.appspot.com/23602015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220649 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
This CL should fix this issue that we are experiencing(note it is not always reproducible): - In a maximized window, clicking button may not take any effect due to immediate keyboard relayout (go to http://unixpapa.com/js/testkey.html and try hit reset button after typed a bunch of keys) It also workarounds the other two issues: 1. keyboard flicking when quickly switch from one input field to another field 2. In webdev javascript console, the input feild temoporary lost focus when candidate popup window shows and it may try to hide and relayout keyboard, which makes the console unuseable with virtual keyboard. The root problem for the above two issues are tracked in issue 281493. BUG= Review URL: https://chromiumcodereview.appspot.com/22831045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220648 0039d316-1c4b-4281-b951-d872f2087c98
-
epenner@chromium.org authored
make sense. The use of NUM_BIN_PRIORITIES was confusing, but actually it looks like that was simply old code and shouldn't even exist anymore. Also deleting some unused variables and functions. Review URL: https://chromiumcodereview.appspot.com/23802002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220647 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@chromium.org authored
Send cancel request to printer when registration is canceled. BUG=245375 Review URL: https://chromiumcodereview.appspot.com/23780002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220646 0039d316-1c4b-4281-b951-d872f2087c98
-
beaufort.francois@gmail.com authored
BUG=281038 Review URL: https://chromiumcodereview.appspot.com/23514006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220645 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
permissions by automatically generated ones for declare_permissions.html. Add docs for the tabs permission. Remove the unused tabCapture docs. Fix some missed cases where we didn't change "module" terminology to "API". R=jyasskin@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/23494015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220644 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
The operations are mapped to "Children: insert" and "Children: delete" on Drive API v2. To adapt the API more, renames and changes the style. BUG=277253 TEST=Ran unit_tests and tested manually. Review URL: https://chromiumcodereview.appspot.com/23757004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220643 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=280695 TEST=none TBR=miguelg Review URL: https://codereview.chromium.org/23836002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220641 0039d316-1c4b-4281-b951-d872f2087c98
-
keishi@chromium.org authored
This is only a problem on Windows. When the page closes itself while the color chooser dialog is open, ColorChooserDialog::DidCloseDialog was called after the listener has been destroyed. ColorChooserWin::End() will not actually close the color chooser dialog (because we can't) but act like it did so we can do the necessary cleanup. BUG=279263 R=jschuh@chromium.org, pkasting@chromium.org Review URL: https://codereview.chromium.org/23785003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220639 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=123444 Review URL: https://chromiumcodereview.appspot.com/22797008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220638 0039d316-1c4b-4281-b951-d872f2087c98
-
wjmaclean@chromium.org authored
This CL separates the solid-color scrollbar functionality into its own class structure, resulting in the following hierarchy: ScrollbarLayerInterface (pure-virtual) | -------- PaintedScrollbarLayer (for outer-viewport) | --------- SolidColorScrollbarLayer (for inner-viewport) (Android, pinch-zoom) ScrollbarLayerImplBase | ----- PaintedScrollbarLayerImpl (for outer-viewport) | ----- SolidColorScrollbarLayerImpl (for inner-viewport) (Android, pinch-zoom) In this architecture, solid-color scrollbars can live side-by side with regular desktop scrollbars, and no longer require a WebScrollbar in order to be created. The scrolling LayerImpl's only know about ScrollbarLayerImplBase, and the TreeSynchronizer & LTI only deal with *Base layer types. The ScrollbarLayerImplBase layer is not pure virtual, but rather attempts to collect any common functionality, and the result is much simpler classes for SolidColorScrollbarLayerImpl. Work remaining: 1) Once the pinch-viewport layers are in place in CC, we can get rid of vertical adjust (I think), and so LTI::UpdateSolidColorScrollbars() can go away. When this goes away, some of the interface for ScrollbarLayerImplBase can be simplified as well. Review URL: https://chromiumcodereview.appspot.com/18341009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220637 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://newtabdharcourt@chromium.org authored
> Update chrome://newtab checks in browser tests to use chrome::IsNTPURL(). > > BUG=229009 > TEST=none > TBR=sky@chromium.org > > Review URL: https://chromiumcodereview.appspot.com/22403003 TBR=kmadhusu@chromium.org Review URL: https://codereview.chromium.org/23475011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220636 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
OZONE event factory should be a bit more verbose on error. BUG= Review URL: https://chromiumcodereview.appspot.com/23438002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220632 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
Only the controller-side changes for now. The Views will have to implement the linkification, for now they just show the text with no linkifying. BUG=266130, 266131, 260940 R=isherman@chromium.org Review URL: https://codereview.chromium.org/23495006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220631 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
BUG=224793 TEST=Added unittests. Review URL: https://chromiumcodereview.appspot.com/23517002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220630 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/23445021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220629 0039d316-1c4b-4281-b951-d872f2087c98
-
rsadam@chromium.org authored
BUG=280147 Review URL: https://chromiumcodereview.appspot.com/23534021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220628 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/23531017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220626 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220625 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=156964:156995&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/23496026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220624 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://newtabkmadhusu@chromium.org authored
BUG=229009 TEST=none TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/22403003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220623 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
We were missing some expected calls which caused noise in the test output about unexpected function calls happening. R=piman BUG=263389 Review URL: https://chromiumcodereview.appspot.com/23621015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220621 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
The loop to remove entries seemed a bit silly going through both lists; it's a bit more clear to do it on the merged set. R=rdsmith,pliard BUG=None Review URL: https://chromiumcodereview.appspot.com/22430014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220618 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
and check them to see if audio processing should be applied. Previously this check was just being based on a device id being empty or not, which doesn't do the right thing for WebAudio. BUG=277134 Review URL: https://chromiumcodereview.appspot.com/23171026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220617 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=None Review URL: https://chromiumcodereview.appspot.com/23583023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220616 0039d316-1c4b-4281-b951-d872f2087c98
-
earthdok@chromium.org authored
Fixes memory leaks. BUG=278187 R=gavinp Review URL: https://chromiumcodereview.appspot.com/22882009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220615 0039d316-1c4b-4281-b951-d872f2087c98
-