- 25 Jul, 2012 1 commit
-
-
zmo@chromium.org authored
BUG= TEST=tree TBR=tomhudson@chromium.org Review URL: https://chromiumcodereview.appspot.com/10790156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148249 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Jul, 2012 39 commits
-
-
mtytel@chromium.org authored
Database keys and MetricDetails lookups are now made through the MetricType enum. BUG=130212 TEST= Review URL: https://chromiumcodereview.appspot.com/10805050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148248 0039d316-1c4b-4281-b951-d872f2087c98
-
alecflett@chromium.org authored
This hooks up putIndexWithKeys on the chrome side, to be enabled by https://bugs.webkit.org/show_bug.cgi?id=91123 BUG=129471 TEST= Review URL: https://chromiumcodereview.appspot.com/10786043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148247 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
See bug for details. BUG=138773 TEST=Run TTS Demo app on Chrome OS Review URL: https://chromiumcodereview.appspot.com/10796113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148245 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
BUG=134756, 117261 Review URL: https://chromiumcodereview.appspot.com/10683003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148244 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
BUG=107357, 133638 TEST=http://crbug.com/133638 is fixed and there are no other visual regressions. Review URL: https://chromiumcodereview.appspot.com/10808109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148243 0039d316-1c4b-4281-b951-d872f2087c98
-
james.wei@intel.com authored
Sometimes there is conflict when several tests restart adb server at the same time. Originally, restarting adb server is to fix the issue of connection lost with adb server when emulator booting, as this case already handled in AndroidCommand::WaitForSystemBootCompleted(), so it can be removed now. Also fix a typo. BUG= TEST=./build/android/run_tests.py -e -n 5 Review URL: https://chromiumcodereview.appspot.com/10781032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148242 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
. Make them no bigger than the parent (otherwise you can't move/close them). . Fixes coordinate conversion bug. BUG=128105 TEST=covered by unit test R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10795078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148241 0039d316-1c4b-4281-b951-d872f2087c98
-
fgalligan@chromium.org authored
BUG=138682 TEST=media_unittests --gtest_filter=AesDecryptor* Review URL: https://chromiumcodereview.appspot.com/10800091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148240 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148238 0039d316-1c4b-4281-b951-d872f2087c98
-
fbarchard@google.com authored
BUG=none TEST=still builds as normal if not used Review URL: https://chromiumcodereview.appspot.com/10806094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148236 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
This moves the gtk and kde implementations to a common directory so a search will get all the code when we need to remove the normal gtk port. This isn't a pure move. Parts of SelectFileDialogImplKDE had to be rewritten to not use BrowserThread. BUG=134529 TEST=none Review URL: https://chromiumcodereview.appspot.com/10790083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148235 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
background pages. BUG=120972 TEST=no Review URL: https://chromiumcodereview.appspot.com/10800064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148234 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=none TEST=none R=noelallen@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10808103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148233 0039d316-1c4b-4281-b951-d872f2087c98
-
benrg@chromium.org authored
ui_resources_standard.pak => ui_resources_100_percent.pak ui_resources_2x.pak => ui_resources_200_percent.pak ui_resources_standard.rc => ui_resources_100_percent.rc theme_resources_standard.pak => theme_resources_100_percent.pak theme_resources_2x.pak => theme_resources_200_percent.pak theme_resources_standard.rc => theme_resources_100_percent.rc BUG=120185 TEST=run chome,ash_shell confirm assets loaded Review URL: https://chromiumcodereview.appspot.com/10694170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148232 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The leak was previously fixed in one of libjingle rolls. BUG=125724 Review URL: https://chromiumcodereview.appspot.com/10790155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148231 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10808112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148229 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
IsFullyAuthenticated() and IsPartiallyAuthenticated() will be used in the debug console for Drive (chrome::drive-internals). BUG=135328 TEST=none Review URL: https://chromiumcodereview.appspot.com/10808108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148228 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
It's no longer needed now that http://trac.webkit.org/changeset/123418 has made it into chromium. BUG=137736 TEST=none Review URL: https://chromiumcodereview.appspot.com/10818040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148225 0039d316-1c4b-4281-b951-d872f2087c98
-
kxing@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10795075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148223 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
Converts: ActivateTab, GetTabCount, GetActiveTabTitle, GetActiveTabURL Adds: BringBrowserToFront, GetTabInfo BUG=132794 TEST=PyAuto CONTINUOUS suite Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147748 Review URL: https://chromiumcodereview.appspot.com/10790055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148222 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Drive support for Chrome OS is complex enough for us to need a debug console ala chrome:net-internals. This will particularly be useful for diagnosing issues on a device not in the developer mode. BUG=135328 TEST=chrome:drive-internals showed something Review URL: https://chromiumcodereview.appspot.com/10817018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148221 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
Favicon is now the chrom logo. BUG=131095 Review URL: https://chromiumcodereview.appspot.com/10790157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148220 0039d316-1c4b-4281-b951-d872f2087c98
-
nyquist@chromium.org authored
The ForeignSessionHandler should set the deviceType field so icons can be correctly displayed. BUG=None TEST=Device type specific icons should show up on open tabs section of NTP. Review URL: https://chromiumcodereview.appspot.com/10695192 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148219 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
pyauto tests that involve file:/// URLs were broken by r147983 BUG=pyauto_functional_tests TEST=None R=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10796120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148218 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148216 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
separate it into Paint, PaintDirect, and PaintIndirect (formerly PaintToNonPlatformCanvas). Force "known problematic UI elements" to go through the PaintIndirect path to fix-up their alpha values. This list includes scrollbars in Windows XP or Windows Vista+ with the Windows Classic theme enabled. BUG=131588, 133881, 24524 TEST= Review URL: https://chromiumcodereview.appspot.com/10807023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148215 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=122764 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10810073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148214 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
Also added a check that launching the GPU process is safe based on preliminary GPU information. BUG=138347 Review URL: https://chromiumcodereview.appspot.com/10806091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148213 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
This won't have a visible effect until bug 135179 is done. BUG=135179 TEST=none TBR=flackr Review URL: https://chromiumcodereview.appspot.com/10802096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148212 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
BUG= TEST=tree TBR=tomhudson@chromium.org Review URL: https://chromiumcodereview.appspot.com/10800102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148211 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148205 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
It's used in addition to frame ids to identify frames correctly. Also expose the processId via webNavigation.getFrame and getAllFrames BUG=136090 TEST=ExtensionApiTest.WebNavigationGetFrame Original review: https://chromiumcodereview.appspot.com/10805066 Review URL: https://chromiumcodereview.appspot.com/10790141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148204 0039d316-1c4b-4281-b951-d872f2087c98
-
kxing@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10795066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148203 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
The date-picker popup does not have a RenderViewHost associated with it, so trying to use the RenderWidgetHost as a RenderViewHost ends up causing the crash. BUG=138741 TEST=none Review URL: https://chromiumcodereview.appspot.com/10796111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148202 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
I am not simply reverting 147297 because that CL included some js code for correctly handling errors in the ASP case, and that is still useful should the user decide to go back to ASPs. Change that disabled OTP on trunk: https://chromiumcodereview.appspot.com/10800010 http:crrev.com/147297 BUG=137772 TEST=Signing in should ask for OTP instead of ASP. Review URL: https://chromiumcodereview.appspot.com/10800010 Review URL: https://chromiumcodereview.appspot.com/10818006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148201 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none TBR=timurrrr Review URL: https://chromiumcodereview.appspot.com/10815061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148200 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148199 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10805087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148198 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
We aren't using it any the non-reversed path for anything now. Review URL: https://chromiumcodereview.appspot.com/10804028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148197 0039d316-1c4b-4281-b951-d872f2087c98
-