- 14 Feb, 2013 40 commits
-
-
sadrul@chromium.org authored
Wheel-scroll event deltas can have acceleration (e.g. when doing repeated scrolls). But for overscroll, it makes more sense to use the unaccelerated deltas. BUG=175604 Review URL: https://codereview.chromium.org/12223110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182473 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/12217145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182472 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Fix use after free bug in initial implementation. Initially landed: 182331 Reverted: 182335 Review URL: https://chromiumcodereview.appspot.com/12253020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182471 0039d316-1c4b-4281-b951-d872f2087c98
-
sergiu@chromium.org authored
Initially the visist IDs for the checkboxes were set as the visits were retrieved but currently the visits can be displayed in a different order. Fix this by setting the ID when the visit is displayed, fixing multiple selection. Add a test to check that in the future. BUG=170690 Review URL: https://chromiumcodereview.appspot.com/12217015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182470 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
This lands server change 42102105. Review URL: https://codereview.chromium.org/12258006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182469 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
TBR=egraether BUG=176270 Review URL: https://codereview.chromium.org/12253033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182468 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
We can't assume that all histograms are reset between test cases. We need to remember start values for histograms before the test run, and subtract them from the results. memory_benchmark results before and after this CL are not comparable. R=nduca BUG=NONE NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12221137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182467 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
Fixed a couple of places that assigned FILE_PATH_LITERALS to char[] arrays. BUG=None Review URL: https://chromiumcodereview.appspot.com/12230014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182466 0039d316-1c4b-4281-b951-d872f2087c98
-
kristianm@chromium.org authored
Enabling geolocation callbacks BUG= Review URL: https://chromiumcodereview.appspot.com/12211047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182465 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
In the case of ChromeOS, function keys are no longer passed because they are re-written in c/b/ui/ash/event_rewriter.cc BUG=None TEST=Manually done. Review URL: https://chromiumcodereview.appspot.com/12257032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182464 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
Replace static/native-desktop-only BrowserList::const_reverse_iterator by desktop specific reverse iterators as appropriate. BUG=129187 Review URL: https://codereview.chromium.org/12262019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182463 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
This lands server change 42099349. Review URL: https://codereview.chromium.org/12259004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182462 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
TBR=sadrul BUG=176266 Review URL: https://codereview.chromium.org/12253032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182461 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182460 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
Split language code type correction logic to an independent static function. Then, apply unit tests to confirm that the logic correct well-known mal-formed language code. BUG=175673 TEST=unit_tests --gtest_filter'TranslateHelperTest.LanguageCodeTypoCorrection' Review URL: https://codereview.chromium.org/12221085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182459 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
control: https://codereview.chromium.org/12261023/ Review URL: https://codereview.chromium.org/12259013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182458 0039d316-1c4b-4281-b951-d872f2087c98
-
wfh@chromium.org authored
BUG=166496 Review URL: https://chromiumcodereview.appspot.com/12258025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182457 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
This lands server change 42070992. Review URL: https://codereview.chromium.org/12258005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182456 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
Deprecate FileUtilHelper::{Copy,Move} and recursive file enumerator in favor of AsyncFileTestHelper::{Copy,Move,ReadDirectory} BUG=146215, 174576 TEST=IsolatedFileUtilTest.CopyOut* Review URL: https://codereview.chromium.org/12212030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182455 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
'localhost' can be resolved as IPv6 address and IPv4 address. On the other hands, a test server listens at '127.0.0.1' by default. Chrome want to connect using IPv6 address firstly. So if the server listens at only IPv4 address, Chrome connects IPv4 address after IPv6 timeout. This change passes server proviting host to PPAPI tests, then makes it available from WebSocket related PPAPI tests. BUG=175237 TEST=browser_tests --gtest_filter='*.WebSocket_*' Review URL: https://codereview.chromium.org/12252004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182452 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=111316 R=marja@chromium.org Review URL: https://codereview.chromium.org/12257033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182451 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
TBR=fsamuel BUG=176122 Review URL: https://codereview.chromium.org/12253030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182450 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182449 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
TBR=enne Review URL: https://codereview.chromium.org/12261032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182448 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
Print good error when parse fails Use world bounds to set up tree quad viewers so you see all the tiles as they fall offscreen. Dont fail if the file has real JSON for frame data, instead of JSON-inside-a-string Put number of inactive tiles at the top of the screen TBR=ccameron NOTRY=True Review URL: https://chromiumcodereview.appspot.com/12260030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182447 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
Added managed users only default extensions (will be used to push policy locally) We need such changes on Chrome OS because it is the only way to apply whitelist but it looks like similar code makes sense for all other platforms too. BUG=171922 TEST=manual Review URL: https://codereview.chromium.org/12221065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182444 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
Since Importer has been recently disabled, it was forgotten during refactoring GDATA -> DRIVE. This patch updates the constants' names. TEST=Check if the importer works. BUG=None Review URL: https://codereview.chromium.org/12260038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182441 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182438 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
This is in preparation of the TestRunner library doing all the painting BUG=111316 R=marja@chromium.org Review URL: https://codereview.chromium.org/12207175 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182435 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
TBR=jam BUG=170921 Review URL: https://codereview.chromium.org/12212188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182433 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
- Fix wrong styles what the presubmit warns. - Change the order of '@private' and '@constructor' annotations. - Add/remove blank lines to be better readability. BUG=175657 TEST=Files.app launches. TBR=mtomasz@chromium.org Review URL: https://codereview.chromium.org/12212187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182432 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=170921 Review URL: https://codereview.chromium.org/12210082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182431 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Don't send vendor/product ids. Use HTTPS. Don't open page if screen locked. BUG=176145 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12262027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182430 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
This lands server change 42070470. Review URL: https://codereview.chromium.org/12262002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182429 0039d316-1c4b-4281-b951-d872f2087c98
-
haruki@chromium.org authored
filemanager: Fix GetDriveConnectionStateFunctionChange to return "offline" when DriveSystemService is unavailable. Connection-type "offline" is returned with reason "no_service" Also renamed related variables in JS. BUG=175522 TEST=Verfify Files app (including "open file", "save file" dialogs) is working if Drive is disblaed, in Incognito window, in Guest mode. Review URL: https://codereview.chromium.org/12221132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182428 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182426 0039d316-1c4b-4281-b951-d872f2087c98
-
hpayer@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/12253007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182425 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
Adds missing JSdos which Closure linter warns. And removes the unused argument of FileTransferController.isDocumentWideEvent_(). BUG=175657 TEST=Files.app launches. R=mtomasz@chromium.org Review URL: https://codereview.chromium.org/12258003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182424 0039d316-1c4b-4281-b951-d872f2087c98
-
ncj674@motorola.com authored
JSON schema compiler automatically registers api functions in generated_api.cc files for the JSON files specified as schema_files in api.gyp. JSON schema compiler generates code in specific namespace, function names and file paths as per json files. BUG=159265 TBR=mirandac@chromium.org TBR=ben@chromium.org TBR=kalman@chromium.org Review URL: https://chromiumcodereview.appspot.com/12089062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182423 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
It has been disabled because of bugs. TEST=Enter usb drive, right click on the usb drive item in the left nav in Files.app, choose Import media. BUG=176203 Review URL: https://codereview.chromium.org/12255024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182422 0039d316-1c4b-4281-b951-d872f2087c98
-