- 19 Apr, 2013 40 commits
-
-
wonsik@chromium.org authored
Extract location/size of the video at renderer process and pass it to browser process where the external surface resides, so that app can readjust the location of external surface when it is changed. BUG=180197 R=scherkus@chromium.org,yfriedman@chromium.org,sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/13688004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195148 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
There are many gaps between search query for GData WAPI and one for Drive API v2. To fill the gap, TranslateQuery parses the query for GData WAPI and builds the one for Drive API. Unfortunately, there are missing query patterns on Drive API v2, so it only supports limited patterns. BUG=232352 TEST=Ran unit_tests and tested manually. Review URL: https://chromiumcodereview.appspot.com/14341002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195147 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
- suppress leaks in GetStoragePartitionFromConfig (issue 233532) - suppress leaks in DiskCacheBackendTest.SimpleDoom* (issue 233541) BUG=233532,233541 TBR=oshima Review URL: https://codereview.chromium.org/14241023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195146 0039d316-1c4b-4281-b951-d872f2087c98
-
halyavin@google.com authored
Currently all files must have version for current ISA or NaCl program will not load. I relaxed this condition. This is useful when ARM version of the program is compiled with newlib but x86 version is compiled with glibc. Developer doesn't need to add ARM versions for all *.so libraries in this case. Since not having current architecture for a file is no longer an error, I changed ppapi_bad_manifest_bad_files.nmf to test for a different error in file section. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3049 TEST= run_manifest_browser_test and run_ppapi_bad_browser_test Review URL: https://chromiumcodereview.appspot.com/14069002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195145 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Double the timeout values when running under ThreadSanitizer v2. It is at least as slow as AddressSanitizer, if not worse. BUG=128314 Review URL: https://codereview.chromium.org/14352009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195144 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
The app API along with app.window and app.runtime have been converted to use the feature system. Bindings are not added to the chrome object for unavailable APIs that are children of available APIs. For example, if chrome.app is available, we will not add lazy bindings to chrome for app.window and app.runtime. This eliminates the need to load the app schema, because we no longer need to get chrome.app to add the app.runtime and app.window bindings. BUG=55316 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194837 Review URL: https://chromiumcodereview.appspot.com/13604005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195143 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This CL is a separate commit of the assets of https://codereview.chromium.org/13483010. TBR=oshima@chromium.org BUG=216495 Review URL: https://codereview.chromium.org/14367017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195142 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195141 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
When history sync is enabled, deletions need to be done in both the history DB and on the history server. Wait until the request to the server has completed before reloading the page, otherwise it can appear that the deletion did not take effect. BUG=None Review URL: https://codereview.chromium.org/14225004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195140 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@google.com authored
TBR=scheib BUG= Review URL: https://codereview.chromium.org/14267020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195139 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
Move the ThemeHandler class to c/c/e/manifest_handlers/, so that the c/c/e/api directory remains used for true APIs. Change names of ThemeInfo::GetTheme* to ThemeInfo::Get* (the Theme should be obvious). Change ThemeInfo::Get* to return const DictionaryValues. Also move GetBrowserImages from Extension class into extension_file_util; remove dependency of Extension on ThemeHandler/Info and ExtensionIconSet. TBR=ben@chromium.org, pkotwicz@chromium.org (ben - gypis, utility_client; pkotwicz - themes; both mechanical changes) BUG=159265 Review URL: https://chromiumcodereview.appspot.com/13473013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195138 0039d316-1c4b-4281-b951-d872f2087c98
-
grunell@chromium.org authored
Will be used by WebRTC logging. BUG=229829 Review URL: https://chromiumcodereview.appspot.com/13473005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195137 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
Allow the renderer to subscribe to a vsync notification from the browser. This change adds the necessary IPC plumbing but does not actually implement the vsync signal source; this is done with a separate patch. BUG=149227 Review URL: https://chromiumcodereview.appspot.com/13068002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195136 0039d316-1c4b-4281-b951-d872f2087c98
-
mkosiba@chromium.org authored
This changes the content size update path for android_webview to use the preferred size RenderView mechanism instead of the CompositorFrameMetadata. The reason for the change is due to the fact that the CompositorFrameMetadata is not updated when the view size is 0x0, which is a common use case for the WebView when it's layout mode is set to "wrap content". BUG=b/8187850 TEST=AndroidWebViewTests Review URL: https://chromiumcodereview.appspot.com/12567020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195135 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac%2010.6%20Tests%20%28dbg%29%282%29&number=37441 http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac10.6%20Tests%20%281%29&number=38872 http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac10.6%20Tests%20%282%29&number=35827 http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac10.6%20Tests%20%283%29&number=33187 > Changes to closing contents with beforeunload/unload handlers: > - Closing a single tab, run beforeunload (if needed), then detached the tab from > tab strip and close it asynchronously (no ui). > - Closing a window, run all beforeunload handlers (same as before), then detach all tabs with unload handlers. Close any remaining tabs and hide the browser window while waiting for the unload handlers to complete. > > This CL started with fast-tab-closure and has grown to include fast-window-closure too. > > BUG=142458,156896 > > Review URL: https://chromiumcodereview.appspot.com/11016023 TBR=slamm@chromium.org Review URL: https://codereview.chromium.org/14362028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195134 0039d316-1c4b-4281-b951-d872f2087c98
-
patrickriordan177@gmail.com authored
Original: http://i.imgur.com/JICZ06y.png New: http://i.imgur.com/2twzZDL.png BUG=72021 TBR=pkasting@chromium.org TEST= See if chrome-extension urls are shown and see if the whole url is grey. Review URL: https://chromiumcodereview.appspot.com/12463042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195131 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
This is a recent regression: pointer-events: none did not override pointer-evens: auto correctly. TBR=yoshiki@chromium.org TEST=Resize the window to a small size, click on the search box. It should be clickable. BUG=None Review URL: https://codereview.chromium.org/14188034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195127 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
The flickering was caused by missing argument in ThumbnailLoader.load(). As a result, callbacks were passed in wrong order, and an error callback was passed in place of the success callback. That caused interpreting each success as an error, which caused refreshing of the directory to retrieve new metadata. TEST=Launch Files.app, go to Drive, click on any picture. Thumbnail should not be flickering every second. BUG=226758 Review URL: https://codereview.chromium.org/14118010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195126 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
This patch makes the corners rounded to match the recent mocks. Note, that this uses an experimental api. TEST=Run with flags: --file-manager-new-ui --enable-experimental-extension-apis. BUG=226912 Review URL: https://codereview.chromium.org/14344005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195125 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
On new versions of Android, re-installing an APK creates a new /lib/ folder for native libraries. This means we need to recreate all the symlinks in that directory (not just the ones that have changed). To make all these links quickly, it should run as a single adb command. To make that simple, we first create a simple script that, when run, creates all the symlinks for an APK. Then, after any install, we send a single adb command to run that script. This also requires that the apk_install script only triggers its dependents when it actually installs an apk. BUG=158821 Review URL: https://chromiumcodereview.appspot.com/14017010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195124 0039d316-1c4b-4281-b951-d872f2087c98
-
wiltzius@chromium.org authored
BUG=232544 Review URL: https://chromiumcodereview.appspot.com/14017006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195123 0039d316-1c4b-4281-b951-d872f2087c98
-
cramya@chromium.org authored
Add a Java side command line switch that mirrors the native side switch for kEnableInstantExtendedAPI This helps to enable or disable QIB for RTL from Java side for Android. BUG=233237 Review URL: https://chromiumcodereview.appspot.com/13974007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195122 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
I think this function should be in InputMethodUtil rather than in InputMethodDescriptors. Let me clean up InputMethodDescriptor before starting refactoring. BUG=164375 TEST=None, ran unit_tests. Review URL: https://chromiumcodereview.appspot.com/13954012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195121 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195120 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@google.com authored
Broke win x64 build. TBR=scheib BUG= Review URL: https://codereview.chromium.org/14189018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195119 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195117 0039d316-1c4b-4281-b951-d872f2087c98
-
grv@chromium.org authored
1) Load an unpacked project (app / extension). 2) Get the list of projects. 3) Skeleton of copying a project from local filesystem to syncfs. Add API to load a unpacked project to developerPrivate. Review URL: https://chromiumcodereview.appspot.com/13885007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195116 0039d316-1c4b-4281-b951-d872f2087c98
-
raphael.kubo.da.costa@intel.com authored
C++11 is picker about narrowing inside initializers. Avoid errors related to that by explicitly casting to the appropriate types or changing the types in function declarations where possible. BUG= TEST=Build with gcc and -Wnarrowing. Review URL: https://chromiumcodereview.appspot.com/13878015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195114 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=232309 TEST=Open Files.app, make the disk full (e.g. by copying big files a lot of times in Download directory), open Google Drive directory, try to create a directory and see the operation failing without crash. Review URL: https://chromiumcodereview.appspot.com/13878013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195113 0039d316-1c4b-4281-b951-d872f2087c98
-
kaanb@chromium.org authored
BUG=175012 Review URL: https://chromiumcodereview.appspot.com/13870010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195112 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://media-internalschangbin.shao@intel.com authored
Introduce MEDIA_STATISTICS parameters, such as decodedVideoFrameCount and friends, to chrome://media-internals properties. BUG=178563 Review URL: https://chromiumcodereview.appspot.com/13870004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195111 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
dragged. Also fixes some handle positioning bugs. BUG=none Review URL: https://chromiumcodereview.appspot.com/13817012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195110 0039d316-1c4b-4281-b951-d872f2087c98
-
rubentopo@gmail.com authored
Related review: https://codereview.chromium.org/11823016/ BUG=168284 TEST=TraceEventTestFixture.Categories, TraceEventTestFixture.CategoryFilter R=nduca Review URL: https://chromiumcodereview.appspot.com/12150004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195109 0039d316-1c4b-4281-b951-d872f2087c98
-
slamm@chromium.org authored
- Closing a single tab, run beforeunload (if needed), then detached the tab from tab strip and close it asynchronously (no ui). - Closing a window, run all beforeunload handlers (same as before), then detach all tabs with unload handlers. Close any remaining tabs and hide the browser window while waiting for the unload handlers to complete. This CL started with fast-tab-closure and has grown to include fast-window-closure too. BUG=142458,156896 Review URL: https://chromiumcodereview.appspot.com/11016023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195108 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195107 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@google.com authored
TBR=scheib Review URL: https://codereview.chromium.org/14241012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195106 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=232452 Review URL: https://chromiumcodereview.appspot.com/14205012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195104 0039d316-1c4b-4281-b951-d872f2087c98
-
vmpstr@chromium.org authored
This fixes a problem in which tiles that are on the right and bottom edges of the viewport are not considered solid, even when the visible part of them is solid. BUG=230875 Review URL: https://chromiumcodereview.appspot.com/14205005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195103 0039d316-1c4b-4281-b951-d872f2087c98
-
simon.hong81@gmail.com authored
The class name of BubbleFrameView is missing "bubble" in its string. Changed from ui/views/BubbleFrameView to ui/views/bubble/BubbleFrameView. R=msw@chromium.org Review URL: https://chromiumcodereview.appspot.com/14200004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195102 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
Renaming NativeWindow to WindowAndroid for consistency with C++ name of window_android. Also removing AwNativeWindow as according to joth@ it is no longer isued in WebView. BUG=233064 Review URL: https://chromiumcodereview.appspot.com/14169011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195101 0039d316-1c4b-4281-b951-d872f2087c98
-