- 14 Aug, 2012 40 commits
-
-
rdevlin.cronin@chromium.org authored
Since these classes are small, they can be all be moved in one cl without it becoming overly large. This one moves: - ExtensionDataDeleter (now extensions::DataDeleter) - ExtensionNavigationObserver (now extensions::NavigationObserver) - PackExtensionJob - PlatformAppBrowsertest - ShellWindowRegistry - ExtensionStartupUtil (see note in file) BUG=117261 TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824204 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151535 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Added public LoadUrlExtraParams struct to hold all extra parameters to the family of LoadURL functions, were extra means not in the definition of LoadURL. Added LoadURLWithExtraParams and removed all other load functions except LoadURL. Updated all call sites to use the new method. Removed NavigationControllerWebView. BUG= Review URL: https://chromiumcodereview.appspot.com/10830144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151534 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
state. Specifically on a release they would cache MouseEvent::flags(), which includes the buttons that were released. I've plumbed through the ability to identify the button that was pressed/released. I'll implement windows in a separate patch. BUG=140102 TEST=none R=ben@chromium.org, sadrul@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830293 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151533 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
Now, to build with goma, you must: 1) Set $GOMA_DIR 2) Specify Goma in the path such as: PATH=$GOMA_DIR/android/:$PATH ninja -j250 -C out/Release base_unittests_apk "2)" above is necessary temporarily until the *_target variables are removed from build/android/envsetup.sh Review URL: https://chromiumcodereview.appspot.com/10834296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151532 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/10830308 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151531 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10826227 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151530 0039d316-1c4b-4281-b951-d872f2087c98
-
wangxianzhu@chromium.org authored
These files are not used on Android but were unnecessarily compiled. They didn't affect binary size because they were removed during linker GC, but excluding them may save build time, and help future modular exclusion. BUG=none TBR=ben,kbr,brettw,jar (An Android only change to gyps) Review URL: https://chromiumcodereview.appspot.com/10823291 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151529 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
BUG=137351 TEST=none TBR=oshima@chromium.org Review URL: https://chromiumcodereview.appspot.com/10825349 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151527 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
BUG=127323 TEST=Enabled tests for refactored panels on Linux Review URL: https://chromiumcodereview.appspot.com/10831226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151526 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151525 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10829316 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151524 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Move the corresponding cc files from content\test to be alongside their headers in content\public\test, now that DEPS supports fine-grained exceptions. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10826311 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151523 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
As PerformanceMonitor gets larger, it's appropriate to have an easy way of turning it on in a build. This adds a commandline switch, --run-performance-monitor. BUG=130212 Review URL: https://chromiumcodereview.appspot.com/10827290 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151522 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151521 0039d316-1c4b-4281-b951-d872f2087c98
-
grv@chromium.org authored
BUG=142517 Review URL: https://chromiumcodereview.appspot.com/10829309 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151519 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
This also: * Sends notification removal requests instead of directly removing notifications for removal by source * Fixes a bug where clicking on a menu item outside the bubble would close the buble and not trigger the menu event BUG=139697 For chrome/browser/ui/views/ash/balloon_collection_impl_ash.cc: TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10855113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151518 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This reverts r151502. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151517 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
The link for the page you are on will now be hightlighted in the left nav bar. BUG=142008 Review URL: https://chromiumcodereview.appspot.com/10827304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151516 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151515 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
BUG=137792 Review URL: https://chromiumcodereview.appspot.com/10820041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151514 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
MemcacheFileSystem will now use viewvc for statting, and will stat all the children of a directory. BUG=140262 Review URL: https://chromiumcodereview.appspot.com/10828235 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151513 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
BUG=138140 TEST=Ctrl+U while a page load is in progress. Review URL: https://chromiumcodereview.appspot.com/10829308 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151512 0039d316-1c4b-4281-b951-d872f2087c98
-
mad@chromium.org authored
Some structures have new fields, so we must make sure to zero them all upon initialization. Actually simple/safe enough for tbr... TBR=bryner@chromium.org BUG=141464 TEST=Make sure we can install a theme without crashing while running in Metro mode. Review URL: https://chromiumcodereview.appspot.com/10832293 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151511 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@chromium.org authored
BUG=139442 TEST=build works. Review URL: https://chromiumcodereview.appspot.com/10831309 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151510 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
This is used android's NTP bookmark page to inject partner bookmarks on top of the user's bookmark model without modifying thiers. BUG=138236 Review URL: https://chromiumcodereview.appspot.com/10834237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151509 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151507 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
TBR=apatrick@chromium.org Review URL: https://chromiumcodereview.appspot.com/10825326 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151506 0039d316-1c4b-4281-b951-d872f2087c98
-
benjhayden@chromium.org authored
Consumers should just remember which DownloadManager they got the item from, or else lookup the item from both managers and rely on the id-space sharing. Also move CreateDownloadItemValue from download_util to download_dom_handler. Reviewers: asanka: * Done: jam: chrome/browser/automation/* jhawkins: downloads_dom_handler.cc rdsmith: * Review URL: https://chromiumcodereview.appspot.com/10805020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151504 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
H/W decoded H.264 videos would not play at times on Windows 8. This was because the DXVA decoder in its processinput implementation was returning the error MF_A_NOTACCEPTING which was being treated as a platform failure code. This was incorrect. As per msdn when we get this error it means that the decoder has all the input it needs to produce one output sample. We need to call ProcessOutput and then ProcessInput again. Fixes bug http://code.google.com/p/chromium/issues/detail?id=140989 BUG=140989 R=fischman Review URL: https://chromiumcodereview.appspot.com/10827308 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151503 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
BUG=139744 Review URL: https://chromiumcodereview.appspot.com/10837057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151502 0039d316-1c4b-4281-b951-d872f2087c98
-
jpd@google.com authored
BUG=141119 Review URL: https://chromiumcodereview.appspot.com/10854107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151501 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This removes a warning when painting an invalid region. This warning isn't actually very helpful for developers and Flash was causing this error to spam our logs. BUG=141609 Review URL: https://chromiumcodereview.appspot.com/10836225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151500 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Get rid of debug_flags.h includes from ui tests base class. Developers don't debug the few remaining tests so this isn't needed, and if they really want to pass these flags, they can use --extra-chrome-flags. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10855149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151499 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Move browser_test_base.h to content/public/test. I originally thought that content_browsertests wouldn't derive from this. But since it ended up being shared, move to content/public/test. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10837238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151498 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
This will allow use by tests in content_browsertests. BUG=None Review URL: https://chromiumcodereview.appspot.com/10855116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151496 0039d316-1c4b-4281-b951-d872f2087c98
-
zvorygin@chromium.org authored
BUG=138417 Review URL: https://chromiumcodereview.appspot.com/10827316 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151495 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/10825322 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151493 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=142535 TBR=cbentzel Review URL: https://chromiumcodereview.appspot.com/10836233 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151492 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=142531 TBR=karen Review URL: https://chromiumcodereview.appspot.com/10836232 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151491 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
--help already claims that it's there. BUG=none Review URL: https://chromiumcodereview.appspot.com/10832297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151490 0039d316-1c4b-4281-b951-d872f2087c98
-