- 18 May, 2012 40 commits
-
-
sadrul@chromium.org authored
BUG=113397 TEST=manually Review URL: https://chromiumcodereview.appspot.com/10389211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137931 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
CID_COUNT=1 CID=104029 BUG=none TEST=none R=groby TBR=aa Review URL: https://chromiumcodereview.appspot.com/10388197 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137930 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
Replace the os.path.join command since the doesn't generate the intended url path on windows. R=maruel@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10389208 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137929 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Per the spec, the resource ID for the root directory is defined as "folder:root". Add the resource ID to the root directory in our file system representation so we can look up the root directory by the resource ID. BUG=127697 TEST=add unit tests Review URL: https://chromiumcodereview.appspot.com/10332253 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137928 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
This makes no attempt to really rationalize/simplify this flow, just get it off the BrowserList. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10409022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137927 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Timing out on windows now too. BUG=97499 TEST= Review URL: https://chromiumcodereview.appspot.com/10411024 TBR=zea@chromium.org Review URL: https://chromiumcodereview.appspot.com/10387193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137926 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Timing out on windows now too. BUG=97499 TEST= Review URL: https://chromiumcodereview.appspot.com/10411024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137924 0039d316-1c4b-4281-b951-d872f2087c98
-
penghuang@chromium.org authored
BUG=128220 TEST=browser_tests --gtest_filter=SocketTest.* Review URL: https://chromiumcodereview.appspot.com/10310170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137923 0039d316-1c4b-4281-b951-d872f2087c98
-
munjal@chromium.org authored
BUG=124140 Review URL: https://chromiumcodereview.appspot.com/10408011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137922 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-