- 02 Mar, 2012 40 commits
-
-
tdresser@chromium.org authored
Each gesture point stores a "point_id," which is used for state transitions in the GestureRecognizer. The point_ids are maintained such that the set of point_ids is always contiguous, from 0 to the number of current touches. A lower point_id indicates that a touch occurred first. BUG=113144 TEST=GestureRecognizerTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=123989 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124071 Review URL: http://codereview.chromium.org/9452024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124668 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
Making the me2me host compiling and running on Windows. This includes making it a window application and converting syslog to EventLog. Review URL: http://codereview.chromium.org/9567010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124667 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/9564029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124666 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
If this isn't a channel message, it will be easier to delay specific unscheduled command buffers rather than delaying the entire channel. BUG=112349 TEST= Review URL: http://codereview.chromium.org/9567028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124665 0039d316-1c4b-4281-b951-d872f2087c98
-
levin@chromium.org authored
BUG=109343 TEST=PanelBrowserTest.ResizePanel Review URL: http://codereview.chromium.org/9517010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124664 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This regression is due to lack of 'type' information of task in task list data from the handler to javascript. This has been caused by http://crrev.com/119052. BUG=115380 TEST=manual Review URL: http://codereview.chromium.org/9535008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124663 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/9565041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124662 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- Make AppListModel flat, i.e. remove AppListItemGroupModel and its view; - Move BuildAppListModel from ShellDelegate into AppListViewDelegate; - Make AppListModelBuilder ready to support simple query; - Make AppListItemView based on CustomButton and get rid of its listener interface since we can use ButtonListener for that now; - Update UI based on M19 mock: - AppListItemView show label on its right instead of bottom; - AppListItemView has a mouse hover effect now; - AppListModelView show AppListItemView tiles alphabetically from top to bottom instead of from left to right; - AppListView to occupy full screen include area behind the launcher; - AppListView to have a 0.4 black shade; BUG=98308 TEST=Verify applist should look like M19 mock. Review URL: https://chromiumcodereview.appspot.com/9559005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124661 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
Added a script to remove comments from the extension api JSON files before processing for the extension docs. We will now be able to comment in the JSON files, and they should be much easier to read. Also added the license header to all the JSON files. BUG=114233 TEST=Put comments in one of the JSON files and remake the docs. They will make with no problems. Review URL: http://codereview.chromium.org/9447090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124660 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
WillStartRequest. R=rdsmith@chromium.org BUG=114853 Review URL: http://codereview.chromium.org/9522006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124659 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
whose values are determined by others (e.g. APP_NOTIFICATIONS on APPS). Make the hand-written code use the system, and add {APP,EXTENSION}_SETTINGS. R=akalin@chromium.org TBR=estade@chromium.org BUG=114974 TEST=unit_tests --gtest_filter=*Sync* Review URL: http://codereview.chromium.org/9500005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124658 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
This simplifies the code a bit, and makes it possible to handle Stop() more cleanly. BUG=None TEST=Existing metrics all continue to work as normal Review URL: http://codereview.chromium.org/7001003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124656 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=109817 TEST=unit_tests --gtest_filter=MetricsLogTest.* Review URL: http://codereview.chromium.org/9559017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124655 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=chromium-os:26961 TEST=GDataFileSystemTest.CreateDirectory, GDataFileSystemTest.FindFirstMissingParentDirectory Review URL: http://codereview.chromium.org/9561009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124654 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=110130 TEST=none Review URL: https://chromiumcodereview.appspot.com/9572010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124653 0039d316-1c4b-4281-b951-d872f2087c98
-
jstritar@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/9550002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124652 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=None TEST=Manual test. Review URL: http://codereview.chromium.org/9540006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124651 0039d316-1c4b-4281-b951-d872f2087c98
-
erikwright@chromium.org authored
This was done as a precursor to implementing a TDD test for the bug 111376. I'm noting the bug number here in case the follow-up revision is merged to M17 or M18 (in which case this refactoring might be required to make the tests compile). BUG=111376 TEST=unit_tests --gtest_filter=SQLitePersistentCookieStoreTest.* Review URL: http://codereview.chromium.org/9569028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124650 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Exciting new stuff: * Visibility fixes, which should make it possible to get the mac components build going eventually (with a bunch of chromium patches that I have locally) * Lambda support This also makes -Wempty-body catch more things, so https://chromiumcodereview.appspot.com/9570054/ disables that warning on two targets. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9557011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124649 0039d316-1c4b-4281-b951-d872f2087c98
-
falken@chromium.org authored
BUG=114148 TEST=browser_tests --gtest_filter=ExtensionApiTest.FontSettings Review URL: http://codereview.chromium.org/9576001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124648 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
BUG=115937 TEST=Verify that CSS Regions can be enabled and disabled through about:flags Review URL: http://codereview.chromium.org/9569009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124647 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
On android, we have a slightly different design for the page info requiring this extra label. BUG= TEST= Review URL: http://codereview.chromium.org/9537015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124646 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
In addition, the revert r124644 was irrelevant, it didn't cause any failure of any kind. Sorry for the confusion. TBR=benwells@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9572013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124645 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Causes a debug-only compile failure on Windows. TBR=ben@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9582008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124644 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
Add support and tests for more json types. Also fixed a number of API jsons. BUG= TEST= Review URL: http://codereview.chromium.org/9491002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124643 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This change enables a check item "Use a web service to help resolve spelling errors" added by r122728 <http://crrev.com/122728> also on Chrome OS. It also moves the position of this item above the "Automatically send usage statistics..." item as suggested in a privacy review. BUG=103840 TEST=manual Review URL: http://codereview.chromium.org/9564004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124642 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=chromium-os:13900 TEST=none Review URL: http://codereview.chromium.org/9565042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124641 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/9480026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124640 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=114732 TEST='existing tests' Review URL: http://codereview.chromium.org/9570061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124639 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Initialization of BurnManager is deferred since it depends on IO thread through BrowserProcess::system_request_context. BUG=113469 TEST=Open chrome://imageburner on a Chromebook, ensure it works. Review URL: http://codereview.chromium.org/9568001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124638 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/9515015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124637 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
The launch.mode histogram has been updated to track taskbar launches. As there was already a bucket for start menu which was never used, this is now used for the taskbar. Previously task bar launches have been recorded in the quick launch bucket. BUG=103977 TEST=Tested with the aid of logging on Windows 7. Review URL: http://codereview.chromium.org/9559020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124636 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/112131 TEST=none Review URL: http://codereview.chromium.org/9535025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124635 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
TBR=dhollowa BUG=116526,79878 Review URL: https://chromiumcodereview.appspot.com/9585013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124634 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=chromium-os:22846 TEST= Review URL: https://chromiumcodereview.appspot.com/9567003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124633 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9564007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124632 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
This is a revival of https://chromiumcodereview.appspot.com/9288062/ which was abandoned in favor of https://chromiumcodereview.appspot.com/9298009/. Turns out that webkitRequestFullscreen is not suitable for Chrome OS File Browser because it gives us a different kind of fullscreen mode than the one we get when pressing the dedicated Chromebook key (see the bug for details). BUG=chromium-os:26003 TEST= Review URL: https://chromiumcodereview.appspot.com/9565008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124631 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9570011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124630 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@google.com authored
BUG=None. TEST=Manual tests. Review URL: https://chromiumcodereview.appspot.com/9584007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124629 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
BUG=116225 TEST=manual Review URL: https://chromiumcodereview.appspot.com/9539011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124628 0039d316-1c4b-4281-b951-d872f2087c98
-