- 30 Nov, 2012 40 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170473 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
Revert 170460 - Revert 170448 - Roll Skia DEPS to r6630 Getting FATAL:image_skia.cc(388)] Check failed: CanRead() in EnableAppModeTest control: https://codereview.chromium.org/11419241/ Review URL: https://codereview.chromium.org/11416276 TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/11416284 TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/11418258 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170472 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=160657 For chrome/browser/ui/views/notifications/ TBR=sky@chromium.org Review URL: https://codereview.chromium.org/11414215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170471 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
The implementation is done as a subclass of MessagePumpNSRunLoop. It is conceptually quite similar to the libevent implementation (message_pump_libevent*), on which it is based. Review URL: https://chromiumcodereview.appspot.com/11412101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170470 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
Avoid posting tasks from a constructor of a ref-counted object because doing so might cause premature deletion of the object. BUG=163559 Review URL: https://chromiumcodereview.appspot.com/11316267 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170468 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
BUG=149937 Review URL: https://codereview.chromium.org/11411244 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170467 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
- Add and fix comments - Make some members private - Make some members const - Give better names to parameters (in particular document_url -> content_url/edit_url) BUG=163544,163558 TEST=none Review URL: https://chromiumcodereview.appspot.com/11419253 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170466 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
- Changes the background color lighter - Adds 'shadow' at the bottom of each card. Boder is no longer used. See the issue for the current screenshot. BUG=161052 TEST=manually check on goobuntu Review URL: https://chromiumcodereview.appspot.com/11412240 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170465 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
RunAllPending() is deprecated and we should switch to RunUntilIdle(). BUG=131220 TBR=ajwong@chromium.org Review URL: https://chromiumcodereview.appspot.com/11421172 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170464 0039d316-1c4b-4281-b951-d872f2087c98
-
alecflett@chromium.org authored
BUG=161958 Review URL: https://chromiumcodereview.appspot.com/11348254 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170463 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
Review URL: https://codereview.chromium.org/11299275 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170462 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170461 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
Getting FATAL:image_skia.cc(388)] Check failed: CanRead() in EnableAppModeTest control: https://codereview.chromium.org/11419241/ Review URL: https://codereview.chromium.org/11416276 TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/11416284 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170460 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
Revert 170451 - [content shell] add support for testRunner.canOpenWindows and disallow opening windows per default for layout tests BUG=111316 R=marja@chromium.org Review URL: https://codereview.chromium.org/11411282 TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/11414260 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170459 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
This will hide the popup when the browser changes size or location. Also add some tests for the WidgetObserver for the function we are observing with. BUG= Review URL: https://chromiumcodereview.appspot.com/11308124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170458 0039d316-1c4b-4281-b951-d872f2087c98
-
aruslan@chromium.org authored
BUG=161941 TEST=No visible functionality changes. Review URL: https://chromiumcodereview.appspot.com/11280239 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170455 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This patch removes all the usages of deprecated SendReplyMessage() method from WebIntentsDispatcher API. This was a TODO for smckay. R=gbillock@chromium.org TBR=jam@chromium.org # for trivia API removal. Review URL: https://codereview.chromium.org/11419233 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170452 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
[content shell] add support for testRunner.canOpenWindows and disallow opening windows per default for layout tests BUG=111316 R=marja@chromium.org Review URL: https://codereview.chromium.org/11411282 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170451 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170449 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
control: https://codereview.chromium.org/11419241/ Review URL: https://codereview.chromium.org/11416276 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170448 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/11413168 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170446 0039d316-1c4b-4281-b951-d872f2087c98
-
jknotten@chromium.org authored
This patch introduces a MockGeolocationArbitrator class for use with the GeolocationProvider unittests. This avoids having to instantiate dependencies of the GeolocationArbitrator to test the GeolocationProvider. This will make it easier to add a unit test for https://codereview.chromium.org/11312210/ TEST=Existing BUG= Review URL: https://chromiumcodereview.appspot.com/11412194 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170444 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
FileBrowserFunction::GetLocalPathsOnFileThreadAndRunCallbackOnUIThread() is used for two purposes. One is to parse file system URL (|file_path| field), and another is to resolve to the cache file path of Google Drive files (|local_path| field). The patch aims to separate the former use cases from the latter, before I'll add one more tweak here for selected path names in "Save as" dialog (see issue 140425). BUG=163075 TEST=Verify view/zip/copy-from-drive/copy-to-drive/format/mount-zip function works on Files.app. Review URL: https://chromiumcodereview.appspot.com/11414222 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170443 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
TEST=CanonicalCookie* BUG=163349 Review URL: https://chromiumcodereview.appspot.com/11308270 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170442 0039d316-1c4b-4281-b951-d872f2087c98
-
http://habrahabr.ru/post/149892/#habracutwiltzius@chromium.org authored
BUG=143702 Review URL: https://chromiumcodereview.appspot.com/11348305 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170441 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
We should use the size info for hasVideo if we already have that information BUG=121898 Review URL: https://chromiumcodereview.appspot.com/11412251 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170440 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
I wanted to wire up a WebPreferences modifying testRunner method, and XSSAuditorEnabled will make >100 tests pass BUG=111316 TEST=most of http/tests/security/xssAuditor passes Review URL: https://chromiumcodereview.appspot.com/11316244 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170439 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
BUG=36778 TEST=manual tests on Lumpy Review URL: https://chromiumcodereview.appspot.com/11415201 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170438 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
This fixes the following issue: - TestSharder.SetupSharding() in run_java_tests.py wasn't calling the super class' SetupSharding() method which kills host_forwarder. The call to Forwarder.KillHost() was moved to RunShardedTest() which isn't supposed to be overridden. This should be more robust. Additionally in case '$ host_forwarder kill-server' failed for any reason, Forwarder.KillHost() now falls back to pkill. BUG=163036 Review URL: https://chromiumcodereview.appspot.com/11421149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170437 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
On some platforms, we want to unschedule after a swap until the ack, but the DeferDraws mechanism allows us to delay the unschedule until we actually need to access the back buffer. Up to now, only commands that *write* to the framebuffer were considered, however we also need to consider *reads*. This fixes that. BUG=None Review URL: https://chromiumcodereview.appspot.com/11412262 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170435 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
The pointer can be NULL when the detailed view creation failed (SystemTrayBubble::UpdateView => !bubble_view_->has_children() => Close). BUG=163518 Review URL: https://codereview.chromium.org/11428100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170434 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
IBusConfigClient can not always initialize synchronously, because there is a case that the ibus-config daemon is not running. BUG=158265 TEST=ran chromeos_unittests Review URL: https://chromiumcodereview.appspot.com/11413165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170432 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170431 0039d316-1c4b-4281-b951-d872f2087c98
-
wiltzius@chromium.org authored
BUG=157916 Review URL: https://chromiumcodereview.appspot.com/11299261 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170429 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
We fire update/change notifications to the observers attached to the FileSystemOperationContext, but the current code creates a new FileSystemOperation (and thus FileSystemOperationContext) for the source URL. This results in no update/change modifications in the destination filesystem in cross-filesystem operation cases. BUG=163540 TEST=manual Review URL: https://codereview.chromium.org/11316265 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170428 0039d316-1c4b-4281-b951-d872f2087c98
-
calvinlo@chromium.org authored
BUG=160939 Review URL: https://chromiumcodereview.appspot.com/11316133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170427 0039d316-1c4b-4281-b951-d872f2087c98
-
nhiroki@chromium.org authored
BUG=163548 TEST=n/a Review URL: https://chromiumcodereview.appspot.com/11316266 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170426 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
Note: The link in the bubble takes you to the chrome://extensions page but does not highlight the extension you clicked on. BUG=153137 TBR=ben TEST=Install an extension with a content script, such as Google Dictionary or Turn of the lights. You should see a puzzle piece in the Omnibox indicating how many content scripts are running on the page. Click the puzzle piece to see a list of extensions running the content scripts. Review URL: https://chromiumcodereview.appspot.com/11348304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170425 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
Based on the EME spec, init_data is optional in GenerateKeyRequest(). Update AesDecryptor to support this. BUG=162759 TEST=added test in AesDecryptorTest to test this case. Review URL: https://chromiumcodereview.appspot.com/11434025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170424 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
It's already included by base/gtest_prod_util.h TBR=jam@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11428090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170423 0039d316-1c4b-4281-b951-d872f2087c98
-