- 09 Jan, 2013 40 commits
-
-
ygorshenin@chromium.org authored
BUG=167651 TEST=Manual tests on Linux ChromeOS build and Lumpy. Review URL: https://chromiumcodereview.appspot.com/11672007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175818 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=159192 TEST=manual Review URL: https://chromiumcodereview.appspot.com/11827006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175817 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
It has caused pain in the past and is currently not used on the bots. BUG=168653 TEST=run_tests.py, run_tests.py -e -n 2 Review URL: https://codereview.chromium.org/11794039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175816 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
way the code can work on aura too. BUG=none TEST=make sure context menu to select columns in task manager still works. Review URL: https://chromiumcodereview.appspot.com/11821010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175815 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This fixes a typo in SessionStateControllerImpl2 where the wrong duration was being used for the restore-brightness-and-grayscale animation displayed when the user releases the power button before holding it long enough to shut down (it was using 150 ms; this changes it to 500 ms). It also corrects a similar typo in the undo-move-windows animation (with no intended changes, though) and changes the tween type for the abort-shutdown animation to make it less flickery. BUG=168793 Review URL: https://chromiumcodereview.appspot.com/11783032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175814 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
On guest mode, NOTIFICATION_SESSION_STARTED event is not fired. We use NOTIFICATION_PROFILE_CREATED instead. BUG=167156 TEST=manual R=zork@chromium.org Review URL: https://chromiumcodereview.appspot.com/11791016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175813 0039d316-1c4b-4281-b951-d872f2087c98
-
sullivan@chromium.org authored
> InspectorTimeline improvements > > - Split out inspector-neutral parts of InspectorTimeline in preparation for > about:tracing-based timeline > - Use event.name instead of type, which is in keeping with trace-viewer > - Use ms on units since the rest of telemetry uses seconds, but > for precision reasons, ms makes sense to stick with > - Move arguments to event.args so that params get consistent treatment > e.g. event.foo['bar'] is less consistent than event.args['foo']['bar'] > - Improved test coverage of model, events, parsing > - event.self_time which represents > - drop events lacking start- or end- times > > R=bulach@chromium.org > NOTRY=True > > Review URL: https://chromiumcodereview.appspot.com/11818024 TBR=nduca@chromium.org Review URL: https://codereview.chromium.org/11733008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175810 0039d316-1c4b-4281-b951-d872f2087c98
-
ppi@chromium.org authored
Currently SSLCertRequestInfo provides a list of applicable client certificates, filtered against server request. This patch adds the server criteria to the class as a part of a larger refactoring effort. BUG=65546 Review URL: https://chromiumcodereview.appspot.com/11739004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175807 0039d316-1c4b-4281-b951-d872f2087c98
-
sergiu@chromium.org authored
adding it to the whitelist for managed users. This CL adds two user preferences (kManagedModeWhitelist and kManagedModeBlacklist) which contain URL patterns which should be allowed or blocked. The user preferences are used only to persistently store the lists and the checking is done by the ManagedModeURLFilter, which uses policy::URLBlacklist objects. The code takes care that the preferences and the URLFilter are kept in sync all the time. It also contains the functions needed to interact with these lists (adding, removing or checking). It also adds a preview infobar which pops up when the user clicks Preview on the interstitial. If the user clicks allow then the website is added to the whitelist. The domain gets added plus all redirects that lead to that page. The user is able to click navigate around the website without getting another interstitial as long as he does not navigate to a different host name. BUG=168772 Review URL: https://chromiumcodereview.appspot.com/11299035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175806 0039d316-1c4b-4281-b951-d872f2087c98
-
jknotten@chromium.org authored
This test was crashy on Windows, but the call stack was insufficient to diagnose. As there have been some infobar refactorings since this test was disabled, let's reenable it. TEST=GeolocationBrowserTest.NoInfoBarBeforeStart BUG=66400 Review URL: https://chromiumcodereview.appspot.com/11573009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175805 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=111316 TBR=ricow@chromium.org Review URL: https://codereview.chromium.org/11817014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175801 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
This prevents unexpected reentrancy in OnUpdatePolicy() in the case that an observer changes policy (leading to a recursive call to OnUpdatePolicy()). This avoids a crash that happens if we change the SyncDisabled policy, since this signs out the user and modifies policy while we are still iterating through the PolicyBundles in MergeAndTriggerUpdates(). BUG=155486 Review URL: https://chromiumcodereview.appspot.com/11667006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175797 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
On the consumeTextureCHROMIUM(), we only need to synchronize on the channel. This can be accomplished with a shallowFlushCHROMIUM() rather than a flush(), the latter which implies a service side glFlush(). BUG=none TEST=by hand Review URL: https://chromiumcodereview.appspot.com/11779023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175796 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
Qualified classes require a semi-colon in the end. BUG= TEST=jni_generator_tests.py Review URL: https://chromiumcodereview.appspot.com/11819002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175795 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
(r175783 was not enough.) TBR=nduca BUG=NONE Review URL: https://codereview.chromium.org/11824026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175794 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
This CL moves the parsing JSON task from UI thread to blocking pool. Along the change, thin struct OnParseResourceListCompletedParams is introduced for memory management and adapt callback arguments. BUG=165088 TEST=Ran unit_tests and chromeos_unittests. Review URL: https://chromiumcodereview.appspot.com/11783025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175793 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=133088 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/11779019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175792 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=109874 R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/11639042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175790 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=111316 R=marja@chromium.org Review URL: https://codereview.chromium.org/11819028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175789 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175788 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
control: https://codereview.chromium.org/11824016/ Review URL: https://codereview.chromium.org/11829011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175787 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=111316 TEST=more fast/loader tests pass R=jam@chromium.org Review URL: https://codereview.chromium.org/11829002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175785 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
Add a command-line flag to disable canvas antialiasing. This will be used to characterize performance issues on Android. BUG=168671 Review URL: https://chromiumcodereview.appspot.com/11827002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175784 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
It was broken by r175602 ( https://chromiumcodereview.appspot.com/11779041 ). TBR=nduca BUG=NONE Review URL: https://codereview.chromium.org/11823023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175783 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
- Split out inspector-neutral parts of InspectorTimeline in preparation for about:tracing-based timeline - Use event.name instead of type, which is in keeping with trace-viewer - Use ms on units since the rest of telemetry uses seconds, but for precision reasons, ms makes sense to stick with - Move arguments to event.args so that params get consistent treatment e.g. event.foo['bar'] is less consistent than event.args['foo']['bar'] - Improved test coverage of model, events, parsing - event.self_time which represents - drop events lacking start- or end- times R=bulach@chromium.org NOTRY=True Review URL: https://chromiumcodereview.appspot.com/11818024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175782 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
The new capturePicture API will now provide SkPicture objects rather than cc::PicturePileImpl. Update the code to reflect that. Also, when rendering into separate layers in HW mode we're applying a translation to undo the Android Framework scrolling and let Chrome's compositor take care of it. This is not applicable to the layer case, however, as we only render ourselves out of our provided sufrace. SW rendering doesn't need scroll correction after using SkPicture directly. Before, cc::PicturePileImpl translated the canvas as part of the content rect rasterization. BUG=161409 Review URL: https://chromiumcodereview.appspot.com/11732002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175781 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
BUG=131242 TEST=Tested on Linux ChromeOS build Review URL: https://chromiumcodereview.appspot.com/11673006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175779 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
Cleaning up Android's Autofill call suggestionSelected to remove unused parameters from the function. BUG= Review URL: https://chromiumcodereview.appspot.com/11778043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175778 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
This is preparation for injecting server path to the drive api operations. Its main usage is injecting local test server for unittests of classes in drive_api_operations.{cc, h} (will be done in following CLs). To share the testing utility GetBaseUrlForTesting, it is moved into test_util. BUG=162155 TEST=Ran unit_tests and chromeos_unittests Review URL: https://chromiumcodereview.appspot.com/11804004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175774 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
TBR=tonyg@chromium.org NOTRY=True Review URL: https://chromiumcodereview.appspot.com/11783056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175770 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
as per latest mocks BUG=157273 Review URL: https://chromiumcodereview.appspot.com/11818006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175769 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
[Autofill] Loosen thread-safety DCHECK in AutofillCountry so that tests will pass when run in isolation. BUG=100845,122995,123009 Review URL: https://chromiumcodereview.appspot.com/11826011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175768 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
BUG=168768 Review URL: https://chromiumcodereview.appspot.com/11779045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175765 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
Desktop updated the default size for web ui pages to be 75% of the default browser height. We don't want the font size on this page to be dependent, so I'm removing that inclusion for the welcome page. Here's the change updating it to 75% (and it's about a year old... is that how old m18 is?) https://chromiumcodereview.appspot.com/9328020 BUG=168388 Review URL: https://chromiumcodereview.appspot.com/11801031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175763 0039d316-1c4b-4281-b951-d872f2087c98
-
vabr@chromium.org authored
BUG=160702 Review URL: https://chromiumcodereview.appspot.com/11776024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175762 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
[Autofill] Canonicalize country names loaded from the Mac OS X Address Book, according to the user's locale. BUG=100845 Review URL: https://chromiumcodereview.appspot.com/11783043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175761 0039d316-1c4b-4281-b951-d872f2087c98
-
ricow@chromium.org authored
> Add a pass/fail test to verify that GPU memory usage doesn't grow beyond an acceptable level when using CSS (managed memory) and WebGL (unmanaged memory). > > BUG=135525 > > Review URL: https://chromiumcodereview.appspot.com/11667030 This is causing linux debug compilation failures TBR=ccameron@chromium.org Review URL: https://codereview.chromium.org/11826022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175759 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175758 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Add a pass/fail test to verify that GPU memory usage doesn't grow beyond an acceptable level when using CSS (managed memory) and WebGL (unmanaged memory). BUG=135525 Review URL: https://chromiumcodereview.appspot.com/11667030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175753 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
Rather than rasterizing back-to-front, raster pictures from front-to-back using clips to prevent drawing over previous content. This prevents overdraw when rasterizing. R=nduca@chromium.org BUG=167306 Review URL: https://chromiumcodereview.appspot.com/11674004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175748 0039d316-1c4b-4281-b951-d872f2087c98
-