- 18 May, 2012 40 commits
-
-
thakis@chromium.org authored
BUG=128462 TEST=none Review URL: https://chromiumcodereview.appspot.com/10386218 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137921 0039d316-1c4b-4281-b951-d872f2087c98
-
girard@chromium.org authored
Gesture and Touch events are now passed into the content window. This is only enabled if --enable-touch-events is flagged on the command line. BUG=124938 TEST= Review URL: https://chromiumcodereview.appspot.com/10365009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137920 0039d316-1c4b-4281-b951-d872f2087c98
-
https://bugs.webkit.org/show_bug.cgi?id=86749epoger@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10387188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137919 0039d316-1c4b-4281-b951-d872f2087c98
-
penghuang@chromium.org authored
Add schema chrome-extension-resource:// for extension resources. It may be used for bundle JS libraries in future like Google Analytics JS library. Mark a test case flaky for OSX, and reland it. BUG=122987 TEST=unit_tests --gtest_filter=ExtensionFileUtil.* TEST=browser_tests --gtest_filter=ExtensionResourceRequestPolicyTest* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137794 Review URL: https://chromiumcodereview.appspot.com/9909019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137918 0039d316-1c4b-4281-b951-d872f2087c98
-
enal@chromium.org authored
As a workaround for crbug.com/128128 we added delay. It is better to explicitly call sleep() than to loop. BUG=128128 TEST=No observable change in behavior, code somewhat cleaner and uses less resources. Review URL: https://chromiumcodereview.appspot.com/10399049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137917 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=125846 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10389197 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137916 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
Fixed proxy settings button behaviour: it becomes disabled when device isn't connected to any network. BUG=chromium:124943 TEST=Manual testing on an Alex device. Review URL: https://chromiumcodereview.appspot.com/10391182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137915 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Otherwise a lot of spew is generated when using test_isolation_mode=hashtable. Do not use hashtable since outdir is also used with _run and _remap. R=mad@chromium.org BUG=98636 TEST= Review URL: https://chromiumcodereview.appspot.com/10382238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137914 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
TBR=yefim@chromium.org BUG=125307 Review URL: https://chromiumcodereview.appspot.com/10399088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137913 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=thakis@chromium.org BUG=98636 TEST=ninja unit_tests_run with test_isolate_mode!=noop works again Review URL: https://chromiumcodereview.appspot.com/10409028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137912 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
Introduce AppendStringAsIBusText/PopStringFromIBusText utility functions to handle string as IBusText, because there are many cases to handle IBusText as simple string. BUG=None TEST=chromeos-unittests,unit_tests,ui_unittests Review URL: https://chromiumcodereview.appspot.com/10332228 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137911 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=mad@chromium.org BUG= TEST=Switching from test_isolate_mode=noop to hashtable works Review URL: https://chromiumcodereview.appspot.com/10386211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137910 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@chromium.org authored
Only allow touch events having radius values of at most 100 when computing the enclosing rectangle for a ET_GESTURE_TAP event. BUG=chrome-os-partner:9751 TEST=none Review URL: https://chromiumcodereview.appspot.com/10388193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137909 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
Also, patch contains a fix for a bug where file size was not set correctly in document feed. We will also need a WebKit patch to fix the test, so until that is in, I'm disabling the test. *NOTE: I was beaten with disabling the test, but still landing this, since it contains some fixes :) TEST=None BUG=128759 Review URL: https://chromiumcodereview.appspot.com/10411022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137907 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137906 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
This fixes a bug caught by coverity. BUG=128302 TEST=none Review URL: https://chromiumcodereview.appspot.com/10382222 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137903 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This is because python's subprocess.py excepts GetStdHandle(STD_INPUT_HANDLE) to return a valid handle and it seems ninja on Windows doesn't give one, causing the subprocess.call() to fail unless we request stdin to be redirected. Also fix file handle lifetime in gypv8sh.py When an exception is thrown, the file handle could still be open, causing an exception while trying to remove it in the exception handler due to file locking on Windows. Note that the exception being generated is another problem but this exception in the exception handler was masking the original error. R=scr@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10388191 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137902 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Failing on Linux ChromeOS builds. TBR=aa@chromium.org BUG=128757 TEST= Review URL: https://chromiumcodereview.appspot.com/10386216 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137900 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137899 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10387191 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137898 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
The hypothesis in comment #55 on the bug is that while setting up a new channel to an already-connected plugin, NPChannelBase::RemoveRoute() can be called on the earlier channel, so the renderer and plugin channel mappings get out of sync. This will add a Breakpad key encoding the top stack frames when RemoveRoute() is called within the scoped of WebPluginDelegateProxy::Initialize(). objc_zombies.mm already implemented the stackframe-encoding code, so I pulled that to a central location. That code can be left in place when the other code is removed after some traces are generated. BUG=97285 TEST=crash server. Review URL: https://chromiumcodereview.appspot.com/10408004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137896 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=123295 TEST=none Review URL: https://chromiumcodereview.appspot.com/10392152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137893 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=128429 TEST=Run chrome ash/chromeos in a stub environment. It should be possible to 'connect' to 'Fake Wimax1' Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137809 Review URL: https://chromiumcodereview.appspot.com/10407034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137892 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10407041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137891 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137890 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137883 0039d316-1c4b-4281-b951-d872f2087c98
-
ulan@chromium.org authored
R=jkummerow@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10392161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137882 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10332251 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137881 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137880 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10408028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137879 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=119965 TEST=LauncherViewTest.LauncherItemStatus Review URL: https://chromiumcodereview.appspot.com/10386212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137878 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10413007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137877 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10409029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137876 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
Introduce IBusUtil::GetIBusAddressTest to get ibus-daemon address. BUG=chromium-os:26334 TEST=chromes_unittest, unit_tests, dbus_unittests Review URL: https://chromiumcodereview.appspot.com/10159004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137875 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=gbillock Review URL: https://chromiumcodereview.appspot.com/10410002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137874 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
Also filter out unwanted protocols from the feed list. This CL is a continuation of Mike West's changelist to convert the RSS extension to version 2 (with some additional code). BUG=128256, 91986 TEST=RSS Extension (and automated tests) should work as before. Review URL: https://chromiumcodereview.appspot.com/10407017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137873 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137872 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10411020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137871 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
are also visible. BUG=none TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10409016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137870 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
BUG=108853 Review URL: https://chromiumcodereview.appspot.com/10389205 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137869 0039d316-1c4b-4281-b951-d872f2087c98
-