- 17 Apr, 2012 40 commits
-
-
jam@chromium.org authored
BUG=121574,62777 Review URL: https://chromiumcodereview.appspot.com/10091025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132578 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=114323 TEST=manual Review URL: https://chromiumcodereview.appspot.com/9956170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132577 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132576 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10105008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132575 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@google.com authored
BUG=chromium-os:29248 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10107016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132572 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
Remove "tab contents". BUG=105875 TEST=no change Review URL: https://chromiumcodereview.appspot.com/9956154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132571 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
Implements a three finger swipe gesture event for the aura Gesture Recognizer. BUG=122807 TEST=SystemGestureEventFilterTest.TapOutsideRootWindow, GestureRecognizerTest.GestureEventThreeFingerSwipe Review URL: http://codereview.chromium.org/10037012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132570 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Also fix discrepancy in the way timestamp was calculated. It was causing issues on OSX and Windows. R=nsylvain@chromium.org BUG=98834 TEST= Review URL: http://codereview.chromium.org/10068032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132569 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
TabContents -> WebContents in chrome/, part 2. BUG=105875 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10107002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132568 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
Switch VIEW_TYPE_TAB_CONTENTS to VIEW_TYPE_WEB_CONTENTS. Also removed all references in comments to TAB_CONTENTS_WEB. TAB_CONTENTS_WEB was a value of the enum TabContentsType, which was removed in r13730. BUG=105875 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10091006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132567 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=114298 TEST=Manual, protector.py Review URL: http://codereview.chromium.org/10066013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132566 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@google.com authored
This CL prevents from loosing focus "between" elements. But focus still may be lost after last focusable item (it's a different issue not fixed here). BUG=chromium-os:29056 TEST=Open open and save dialogs. Check the tab order is following 1) File list (initialy focused in the open dialog), 2) File name box (initially focused in the save dialog, absends in the open dialog), 3) Open/Save button, 4) Cancel button. Review URL: https://chromiumcodereview.appspot.com/10103027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132565 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=chromium-os:27884 TEST= Review URL: http://codereview.chromium.org/10094012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132564 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
Special handling of CWS icon. Also correctly handle URL rewrites in favicon requests. BUG=chromium-os:28314,chromium:120471 TEST=Observe the right favicon for CWS and FileManager component extension. Bookmark them and see the right favicon. Review URL: https://chromiumcodereview.appspot.com/9979001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132563 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132562 0039d316-1c4b-4281-b951-d872f2087c98
-
keishi@chromium.org authored
WebKit part is here http://codereview.chromium.org/10037002/ Example page for <datalist> https://tinker.io/22681/191 BUG= TEST= Review URL: http://codereview.chromium.org/10024059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132561 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
TBR=scheib@chromium.org Review URL: https://chromiumcodereview.appspot.com/10107012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132560 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
LocalFileReader change https://chromiumcodereview.appspot.com/10065011 with memory fix http://codereview.chromium.org/10067031/ BUG=113300, 114999, 123302 TEST=FileSystemURLRequestJobTest.* Review URL: https://chromiumcodereview.appspot.com/10080001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132559 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
The policy includes default-src:none and explicitly lists what is permitted. The only seemingly lax part is "style-src 'unsafe-inline'" which is required because the HTML flattener always inlines all CSS. BUG=chromium-os:23500 TEST=Photos/videos/music should open normally (both from local folders and from Google Docs). Review URL: http://codereview.chromium.org/10068007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132558 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
This is needed to eventually store sessionStorage on disk. BUG=104292 TEST=NONE Review URL: http://codereview.chromium.org/9999021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132555 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132554 0039d316-1c4b-4281-b951-d872f2087c98
-
perkj@chromium.org authored
AllocateSameCameraTwice tested to open the same camera twice. However, this is can not happen in Chrome since the VideoCaptureManager ensure this. Further more, this have never worked on Mac and reasently have started to fail on Linux due to changes in the V4L2 driver behaviour. BUG= TEST= unit tests Review URL: http://codereview.chromium.org/10095011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132552 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
Panel.xib has been changed for the purpose of removing wrench button. BUG=123182 TEST=existing tests and manual test to verify that the wrench button is gone Review URL: http://codereview.chromium.org/9956145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132551 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
Fix win32 error checking in platform_canvas_skia.cc by moving code into bitmap_platform_device_win.cc. BUG=119555 TEST=manual Review URL: http://codereview.chromium.org/10093006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132550 0039d316-1c4b-4281-b951-d872f2087c98
-
munjal@chromium.org authored
We need to clean up URLFetcher when we directly test CreateURLFetcher. Review URL: https://chromiumcodereview.appspot.com/10106009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132549 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132548 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
TBR=scheib@chromium.org Review URL: https://chromiumcodereview.appspot.com/10091024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132547 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132546 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
TBR=scheib@chromium.org Review URL: https://chromiumcodereview.appspot.com/10105020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132545 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/9956148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132544 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
data, rather than the localized name. BUG=123214 TEST=none Review URL: http://codereview.chromium.org/10086019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132543 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
Now that Inspect Element on the popup works, this command is no longer needed. BUG=53518 TEST=Tested on windows, linux and mac Review URL: http://codereview.chromium.org/9968076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132542 0039d316-1c4b-4281-b951-d872f2087c98
-
dmikurube@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/10096009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132541 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://pluginsdbeam@chromium.org authored
R=estade@chromium.org BUG=123136 TEST=chrome://plugins details +/- button works. Review URL: http://codereview.chromium.org/10103018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132540 0039d316-1c4b-4281-b951-d872f2087c98
-
willchan@chromium.org authored
BUG=123224 TEST=none Review URL: http://codereview.chromium.org/10105018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132539 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=chromium-os:16557 TEST=chromeos_unittests --gtest_filter="FlimflamDeviceClientTest.*" Review URL: http://codereview.chromium.org/10095004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132538 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
As requested in http://codereview.chromium.org/10073024/, I've created templates for these two actions. I've also applied them to base. Review URL: http://codereview.chromium.org/10081035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132537 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132536 0039d316-1c4b-4281-b951-d872f2087c98
-
falken@google.com authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10108007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132535 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
TBR=toyoshim@chromium.org, scheib@chromium.org Review URL: https://chromiumcodereview.appspot.com/9969187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132534 0039d316-1c4b-4281-b951-d872f2087c98
-