- 11 Nov, 2011 40 commits
-
-
tommi@chromium.org authored
Review URL: http://codereview.chromium.org/8478030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109617 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=glider Review URL: http://codereview.chromium.org/8538007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109615 0039d316-1c4b-4281-b951-d872f2087c98
-
mkearney@google.com authored
for experimental.devtools.network. Review URL: http://codereview.chromium.org/8507032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109614 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
TBR=henrika Review URL: http://codereview.chromium.org/8463010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109613 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
This is to make the command buffer more OpenGL ES 2.0 spec compliant. Not that to work around bugs in drivers we will likely have to change all or some resources to not actually get deleted until the last reference is freed. That can wait for another CL TEST=unit tests and ran both ES and WebGL conformance tests BUG=102412 R=apatrick@chromium.org Review URL: http://codereview.chromium.org/8515023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109612 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
Added more unittests for the webRequest API and don't trigger conflicts anymore if two extensions try to modify requests in the same way. BUG=none TEST=no Review URL: http://codereview.chromium.org/8519003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109609 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
- Remove Views dependencies from text_input_client.h. - Change namespace from views:: to ui::. This change is necessary for RenderWidgetHostViewAura to support IME since RWHVA is Views agnostic and cannot directly use classes under views/ime/. BUG=chromium:97261 TEST=try Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109583 Review URL: http://codereview.chromium.org/8509034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109608 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Linux: Periodically check for changes to the icon directories and refresh icons for mime types per XDG icon theme spec. BUG=none TEST=none Review URL: http://codereview.chromium.org/8437039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109607 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
A check for NULL NavigationEntry was removed when issue 91325 was fixed. This readds it. BUG=103453 TEST=Repro steps are in the bug, work reliably for me on W7. Review URL: http://codereview.chromium.org/8462018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109606 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109605 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
BUG=96703 Review URL: http://codereview.chromium.org/8525016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109603 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TEST=ran memcheck and tsan locally on RedirectTest.Server with suppression files removed Review URL: http://codereview.chromium.org/8539007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109602 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@google.com authored
File manager may load its external from external source (for instance from chrome source files made available via HTTP protocol). To achieve that file manager's mail.html flattening should be switched off (flattenhtml="false" for IDR_FILE_MANAGER_MAIN in chrome/browser/resources/component_extension_resources.grd) and source base in the file manager must be spectified: localStorage['base'] = 'http://youmachine:1080/' // to run in the context of the file manager using dev tools BUG=None TEST=None Review URL: http://codereview.chromium.org/8497009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109601 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=76197,102327 TBR=jhawkins Review URL: http://codereview.chromium.org/8540004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109600 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=jhawkins BUG=103711 Review URL: http://codereview.chromium.org/8540003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109599 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This can be used when the caller is not interested in the response from the D-bus method. BUG=none TEST=added a unit test Review URL: http://codereview.chromium.org/8536007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109598 0039d316-1c4b-4281-b951-d872f2087c98
-
nqk836@motorola.com authored
We have to change the "default_fixed_font_size" along with "default_font_size" when user changes the font size under chrome://settings/fonts, as we don't have separate ui option for that. The former size always maintained at 3pt less than the later one as per the discussion at http://codereview.chromium.org/8118003/ BUG=91922 TEST=As you change the slider under Standard Font in "chrome://settings/fonts" page, size of text against Fixed-width Font should also change. This effect should reflect in any web page for instance http://jsfiddle.net/casaschi/pSAkD/ opened containing fixed-width fonts. Review URL: http://codereview.chromium.org/8467004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109597 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: http://codereview.chromium.org/8341125 TBR=jschuh@chromium.org Review URL: http://codereview.chromium.org/8537005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109596 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8527020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109595 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
Review URL: http://codereview.chromium.org/8341125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109594 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8536002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109593 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
Define WebSocket Pepper API as IDL and generate the C interface from it. This IDL takes over from http://codereview.chromium.org/7837022/ BUG=87310 TEST=n/a because only the interface is defined in this change. Review URL: http://codereview.chromium.org/8395037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109592 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=100276 R=thestig@chromium.org Review URL: http://codereview.chromium.org/8505016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109591 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8525020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109590 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
This is needed to fix a failing ui_test on the linux dbg shared bot; the failure was introduced in r109534 when I enabled the component build of content. This fix isn't perfect but it should do for now. TBR=michaeln@chromium.org BUG=90442 TEST= Review URL: http://codereview.chromium.org/8508059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109589 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
The workaround is to move all notifications on top of the panels that could overlap with. BUG=103052 TEST=new test Review URL: http://codereview.chromium.org/8503037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109588 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
To add IME support to Aura, we're moving classes in views/ime/ to ui/base/ime/. BUG=None TEST=None Review URL: http://codereview.chromium.org/8523025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109587 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
- Remove Views dependencies from text_input_client.h. - Change namespace from views:: to ui::. This change is necessary for RenderWidgetHostViewAura to support IME since RWHVA is Views agnostic and cannot directly use classes under views/ime/. BUG=chromium:97261 TEST=try Review URL: http://codereview.chromium.org/8509034 TBR=yusukes@google.com Review URL: http://codereview.chromium.org/8491035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109586 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
This is a short-term fix for features/tests that depends on this call. BUG=98331 TEST=none Review URL: http://codereview.chromium.org/8528017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109585 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
This situation is unlikely to happen, unless we really try, but it is possible. The result: dialog that was opened first cannot be closed, and the machine becomes unusable. TEST=FileManagerDialogBrowserTest.* BUG=chromium-os:22669 Review URL: http://codereview.chromium.org/8523006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109584 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
- Remove Views dependencies from text_input_client.h. - Change namespace from views:: to ui::. This change is necessary for RenderWidgetHostViewAura to support IME since RWHVA is Views agnostic and cannot directly use classes under views/ime/. BUG=chromium:97261 TEST=try Review URL: http://codereview.chromium.org/8509034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109583 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This test was failing in the debug build of Chromium when I was enabling NaCl tests on Mac OS X the other month. It now seems to be passing, so let's enable it. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2077 TEST=nacl_integration Review URL: http://codereview.chromium.org/8506002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109582 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8526019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109581 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
TBR=dsolomov@chromium.org Review URL: http://codereview.chromium.org/8539002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109580 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
opened/created, all operations fail from then on rather than falling back to an in-memory implementation. Slight refactor to SettingsFrontend/Backend to inject a factory for creating SettingsStorage objects, for testing when storage area construction fails. BUG=103514 TEST=*ExtensionSettings* Review URL: http://codereview.chromium.org/8497065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109579 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=101265 TEST=see bug Review URL: http://codereview.chromium.org/8524019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109576 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
R=mpcomplete@chromium.org BUG=chromium-os:22854 TEST=None Review URL: http://codereview.chromium.org/8511047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109575 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Also made then NonThreadSafe. BUG=96325 TEST=Chromoting works. Review URL: http://codereview.chromium.org/8495035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109574 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8528009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109573 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
Clean up the code a bit. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/8525018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109572 0039d316-1c4b-4281-b951-d872f2087c98
-