summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Wait for the make_expectations.py process to finish before checking return code.dominich@chromium.org2011-10-171-0/+1
| | | | | | | | | | BUG=None TEST=perf_expectations_unittest.py should succeed if no expectations are waiting for updates. TBR=cmp@chromium.org Review URL: http://codereview.chromium.org/8318022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105870 0039d316-1c4b-4281-b951-d872f2087c98
* More NewRunnable* -> base::Bind for chrome/browser/extensions/.adamk@chromium.org2011-10-1712-98/+57
| | | | | | | | | | | The one non-trivial thing here was removing an apparently unused listener API in extension_accessibility_api.h. R=aa@chromium.org Review URL: http://codereview.chromium.org/8289017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105869 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes bug where status bubble does not go awaypkotwicz@chromium.org2011-10-171-0/+1
| | | | | | | | | | | | | Sometimes the status bubble does not go away if you hover over a link and move quickly to the omnibox. This balances the popup_->Show() in ::StartShowing BUG=none TEST=none Review URL: http://codereview.chromium.org/8276019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105868 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Default Plug-in from expectations from chromeosnirnimesh@chromium.org2011-10-171-5/+0
| | | | | | | | | | R=rohitbm@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8317015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105866 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable multiprofile pyauto tests on Google Chrome botsnirnimesh@chromium.org2011-10-171-4/+0
| | | | | | | | | | | TBR=dennisjeffrey@chromium.org R=dennisjeffrey@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8317016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105863 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress a leak in a layout test.thestig@chromium.org2011-10-171-0/+18
| | | | | | | | | BUG=100583 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/8294016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105861 0039d316-1c4b-4281-b951-d872f2087c98
* base::Bind: Convert FileUtilProxy::CreateOrOpenCallback.jhawkins@chromium.org2011-10-1713-44/+48
| | | | | | | | | | | BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8311010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105860 0039d316-1c4b-4281-b951-d872f2087c98
* Restrict webRequest events to extensions with host permissionsmpcomplete@chromium.org2011-10-178-21/+78
| | | | | | | | | | | | | for the URL of the request being made. This has the side effect of allowing extensions to see network requests made to their extension (chrome-extension://my-extension-id/*). BUG=92485,92395 TEST=no Review URL: http://codereview.chromium.org/8274014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105859 0039d316-1c4b-4281-b951-d872f2087c98
* Crash fix.sreeram@chromium.org2011-10-171-1/+3
| | | | | | | | | | | | | | I don't see how tab_contents_ could be NULL inside PrepareForCommit(). Even if Update() had never been called, OnAutocompleteGotFocus() should have set a valid tab_contents_. Anyway, check for it before trying to access the profile(). BUG=100521 TEST=none Review URL: http://codereview.chromium.org/8322005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105858 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: downgrade an ERROR to a WARNING because it can actually happen normally.mdm@chromium.org2011-10-171-2/+4
| | | | | | | | | | | It turns out that there is a benign race between the user and the keyring when deleting passwords. If the user wins, then we might end up trying to delete the same password twice. This is not an error, just unusual. BUG=82494 Review URL: http://codereview.chromium.org/8303006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105857 0039d316-1c4b-4281-b951-d872f2087c98
* ppb_fullscreen: update the comments that got out of date when this patchpolina@google.com2011-10-172-15/+11
| | | | | | | | http://codereview.chromium.org/8275031/ landed around the same time as the patch adding the non-dev header. Review URL: http://codereview.chromium.org/8313016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105856 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 105759 - Revert 105755 - Fails on XP and Vistatbarzic@chromium.org2011-10-1716-2/+689
| | | | | | | | | | | | | | | | | | | | | | | | Fixed win tests. Adding experimental extension clipboard api. The api will give extensions that use it access to system clipboard. design doc: https://docs.google.com/a/google.com/document/d/1my6Ifb86y0M9WMNNUqkE1LSXe8WLwfRtY3ZUetqNKt0/edit?hl=en_US TEST=ExtensionClipboardApiTest.* BUG=chromium-os:20492 Review URL: http://codereview.chromium.org/8258007 TBR=tbarzic@chromium.org Review URL: http://codereview.chromium.org/8306020 TBR=tbarzic@chromium.org Review URL: http://codereview.chromium.org/8294014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105855 0039d316-1c4b-4281-b951-d872f2087c98
* Remove an unnecessary include of login_library.hsatorux@chromium.org2011-10-171-1/+0
| | | | | | | | | | | Forgot to remove this in crrev.com/105384 BUG=chromium-os:16555 TEST=chrome and tests build as before Review URL: http://codereview.chromium.org/8305007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105854 0039d316-1c4b-4281-b951-d872f2087c98
* Move the java channel code to content. As discussed, we don't want to expose ↵jam@chromium.org2011-10-178-12/+12
| | | | | | | | | the plugin and npobject internals to embedders. BUG=98716 Review URL: http://codereview.chromium.org/8317010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105851 0039d316-1c4b-4281-b951-d872f2087c98
* Aura: Combine cursor support for Linux and Windowsjamescook@chromium.org2011-10-1722-252/+490
| | | | | | | | | | | | | | + Change gfx::NativeCursor to an int id on Aura. + Fix several cursor-related TODOs in GetCursor() methods. + Move X11 cursor cache into x11_util + Set platform-specific cursors in aura::DesktopHostWin and DesktopHostLinux BUG=99871 TEST=manual Review URL: http://codereview.chromium.org/8256001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105850 0039d316-1c4b-4281-b951-d872f2087c98
* base::Bind cleanup in chrome/printingdpapad@chromium.org2011-10-171-2/+2
| | | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/8306003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105849 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 105832 - NewRunnable* -> base::Bind for most of ↵adamk@chromium.org2011-10-1722-164/+146
| | | | | | | | | | | | | chrome/browser/extensions/. R=aa@chromium.org Review URL: http://codereview.chromium.org/8292005 TBR=adamk@chromium.org Review URL: http://codereview.chromium.org/8320008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105848 0039d316-1c4b-4281-b951-d872f2087c98
* Bind Migration.miket@chromium.org2011-10-171-4/+3
| | | | | | | | | | | See http://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/e6cc7ea6ebd0d6f7# for context. TEST=nothing new required; re-ran unit tests. Review URL: http://codereview.chromium.org/8295018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105847 0039d316-1c4b-4281-b951-d872f2087c98
* Use real language for extension alert.miket@chromium.org2011-10-172-22/+18
| | | | | | | | | | BUG=94494 TEST=manual; looked for typos and asked rahulrc for existing docs to borrow language. Review URL: http://codereview.chromium.org/8298013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105845 0039d316-1c4b-4281-b951-d872f2087c98
* Convert TraceController and ChildTraceMessageFilter to base::Bind.jbates@chromium.org2011-10-173-29/+23
| | | | | | Review URL: http://codereview.chromium.org/8116023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105844 0039d316-1c4b-4281-b951-d872f2087c98
* Youtube video performance test measures the dropped frames/second. Test runs ↵rohitbm@google.com2011-10-173-33/+87
| | | | | | | | | for 60 seconds. We are also breaking Youtube helper functions into the separate class to re-use them in the perf test. Removing this test from CONTINUOUS_PUBLIC since it uses the private data. Review URL: http://codereview.chromium.org/8275024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105843 0039d316-1c4b-4281-b951-d872f2087c98
* content: Move WebDragDest and files to content/.erg@google.com2011-10-1711-32/+46
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8273007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105842 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Remove the global bookmark menu code. It's been behind a flag and ↵erg@google.com2011-10-177-438/+0
| | | | | | | | | | | bitrotting. BUG=86715, 85466 TEST=none Review URL: http://codereview.chromium.org/8293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105841 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Rebuild the wrench menu each time it is opened.rsesek@chromium.org2011-10-1711-893/+1293
| | | | | | | | | | | | XIB Changes: * Moved custom views for the wrench menu items from Toolbar.xib to WrenchMenu.xib. BUG=96608 TEST=Wrench menu works the same as before. Review URL: http://codereview.chromium.org/8289014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105838 0039d316-1c4b-4281-b951-d872f2087c98
* Fix aura build breakage due tobacker@chromium.org2011-10-172-6/+4
| | | | | | | | | | | | http://src.chromium.org/viewvc/chrome?view=rev&revision=105699 BUG=None TEST=None TBR=penghuang@chromium.org Review URL: http://codereview.chromium.org/8311009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105837 0039d316-1c4b-4281-b951-d872f2087c98
* The change list splits loading of cookies from DB by the domain key(eTLD+1).guohui@google.com2011-10-1712-145/+758
| | | | | | | | | | BUG=52909 TEST=NONE TBR=rdsmith@chromium.org Review URL: http://codereview.chromium.org/8318006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105836 0039d316-1c4b-4281-b951-d872f2087c98
* Enable Kannada, Farsi and Telugu on CrOSjshin@chromium.org2011-10-171-3/+2
| | | | | | | | BUG=chromium-os:21717 TEST=On login screen, Kannada, Telugu and Farsi can be selected. Review URL: http://codereview.chromium.org/8301012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105835 0039d316-1c4b-4281-b951-d872f2087c98
* NewRunnable* -> base::Bind for most of chrome/browser/extensions/.adamk@chromium.org2011-10-1722-146/+164
| | | | | | | | R=aa@chromium.org Review URL: http://codereview.chromium.org/8292005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105832 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor javascript injection functions in PyAuto.frankf@google.com2011-10-1711-112/+68
| | | | | | | | | | | | - Get rid of tab proxy method and use JSON calls - tab index should always come before windex BUG=chromium:100281 TEST=Run all PyAuto tests Review URL: http://codereview.chromium.org/8277025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105831 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Cleanup: Moving registration of event listeners within the ↵dpapad@chromium.org2011-10-179-16/+23
| | | | | | | | | | | | costructors of all settings objects. BUG=NONE TEST=Print preview still works. Review URL: http://codereview.chromium.org/8302004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105830 0039d316-1c4b-4281-b951-d872f2087c98
* Add buttons for adjusting screen brightness on a touch-UI build of ChromeOS.kevers@chromium.org2011-10-175-4/+86
| | | | | | | | | | BUG=Partial fix for chromeos:13281. TEST=Launch ChromeOS with touch-UI enabled. Go to the System settings page. A section has been added for adjusting screen brightness. Section is absent for non-touch builds. Review URL: http://codereview.chromium.org/8242013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105828 0039d316-1c4b-4281-b951-d872f2087c98
* Show canary icon in Programs and Features (Add/Remove Programs) control panel.grt@chromium.org2011-10-171-4/+4
| | | | | | | | | | BUG=100201 TEST=install canary, note that the uninstall entry has the correct icon. R=robertshield@chromium.org Review URL: http://codereview.chromium.org/8321004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105825 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 105803 - Have Chrome Frame build its .idl artifacts into a sub-folder ↵robertshield@chromium.org2011-10-1713-34/+66
| | | | | | | | | | | | | | | | | | | of SHARED_INTERMEDIATE_DIR, a globally common output folder. It's rude to dump things in the root of the dir that aren't used project-wide. BUG=97185 TEST=Chrome Frame artifacts do not appear in e.g. build/Debug/obj/global_intermediate/ Review URL: http://codereview.chromium.org/8150002 TBR=robertshield@chromium.org Review URL: http://codereview.chromium.org/8318013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105823 0039d316-1c4b-4281-b951-d872f2087c98
* 2nd try: Change default global temporary quota limit to 50% of available spacekinuko@chromium.org2011-10-1712-481/+462
| | | | | | | | | | | patch from issue 7806014 BUG=94363 TEST=test_shell_tests:Quota* Review URL: http://codereview.chromium.org/8318007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105822 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-10-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105821 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Update revision in DEPS, r6909 -> r6941mcgrathr@chromium.org2011-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: r6941 fixes a user-visible regression vs M15/M14. This pulls in the following Native Client changes: r6910: (noelallen) Update untrusted GYP build to support mac. r6911: (mcgrathr) Handle ELFCLASS32 files for x86-64 r6912: (mcgrathr) Update pnacl binutils revision r6913: (bsy) roll deps, get new clang stuff, fix clang build issues. r6914: (krasin) Bump DEPS for pnacl toolchain to r6912. r6915: (bsy) remove information leak in get_tls fast path r6916: (nfullagar) Enable variadic macros in SConstruct r6917: (bsy) remove scaffolding for cross repo change to plumb exitStatus through to JS. r6918: (nfullagar) Enable variadic macros, naclsdk.py r6919: (krasin) Fix a memory leak (64 bytes) in NaClAttemptToExecuteData r6920: (bsy) fix clang update caused build break w/ asm. r6921: (bsy) fix NACL_ALLOW_THIS_IN_INITIALIZER_LIST r6922: (jasonwkim) Refine approach for ChromiumOS r6923: (jasonwkim) Fix typo r6924: (jasonwkim) fix typo r6925: (pdox) PNaCl only needs -static for linking statically against GLibC. (The pnacl driver handles the linker script change) r6926: (nfullagar) Disable nacl logging when building from chrome. r6927: (krasin) Fix a memory leak in src/trusted/service_runtime/nacl_sync_cond_test.c r6928: (krasin) pnacl clang: use __asm__, not asm, to satisfy -pedantic. r6929: (eugenis) Enable ASan bots. r6930: (kschimpf) Simplify the code of the x86-64 validator to more directly call its r6931: (jasonwkim) Remove dead code r6932: (noelallen) Update untrusted GYP to support building of Chrome IRT. r6933: (nfullagar) Adjust filtering on NaClLog when built in chrome. r6934: (sehr) Add zero-length output files that choke the trybots. r6935: (noelallen) Build 32 adn 64 bit for Windows r6936: (pdox) Fix thread_test for PNaCl GLibC by disabling dynamic_annotations/valgrind. r6937: (sehr) Add nexes for read sandboxing tests. The next CL that depends on them includes the .S files that produce these nexes with compile_tests.sh in the same directory. r6938: (pdox) Update BINUTILS_REV to bring in: http://codereview.chromium.org/8298009/ r6939: (pdox) Update UPSTREAM_REV and LLVM_PROJECT_REV to bring in LLVM merge up to r141981. r6940: (noelallen) Convert paths to POSIX style on Windows and remove spew. r6941: (mcgrathr) Preserve x87 FPU control word across trampoline system calls BUG=none TEST=nacl_integration R=ncbray@google.com,mseaborn@chromium.org,sehr@google.com Review URL: http://codereview.chromium.org/8303005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105820 0039d316-1c4b-4281-b951-d872f2087c98
* Mark ProductTest.ProductInstallBasic flaky on Win.nkostylev@chromium.org2011-10-171-1/+8
| | | | | | | | | | BUG=100567 TEST=ProductTest.ProductInstallBasic TBR=tommi@chromium.org Review URL: http://codereview.chromium.org/8321006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105819 0039d316-1c4b-4281-b951-d872f2087c98
* Added global error bubble for unwanted settings changes.ivankr@chromium.org2011-10-176-8/+308
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8302006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105818 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Fix chrome compile after the switch from Task to base::Bind.sadrul@chromium.org2011-10-171-4/+5
| | | | | | | | | | TBR=jhawkins@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8322004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105817 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Add support for touch events.sadrul@chromium.org2011-10-1731-82/+460
| | | | | | | | | | | | | | Among the changes: . Add touch event handling in EventFilter. Be default, activates a window on TOUCH_START (like for MOUSE_PRESSED). . Move TouchEvent details functions into ui/. Moved the X11 implementations from views/ to ui/. NOTIMPLEMENTED on windows. . Disable RWHVAura et. al. for touchui for now (they are still compiled in, but not used). BUG=100269 TEST=none Review URL: http://codereview.chromium.org/8274025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105816 0039d316-1c4b-4281-b951-d872f2087c98
* For the extension_tab_map_id, Change usage of AllSources to ↵mirandac@chromium.org2011-10-171-3/+3
| | | | | | | | | | | AllBrowserContextsAndSources to indicate that usage is safe for multiprofiles. BUG=none TEST=none Review URL: http://codereview.chromium.org/8308011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105815 0039d316-1c4b-4281-b951-d872f2087c98
* Establish correct names for about:tracking profilerjar@chromium.org2011-10-171-0/+4
| | | | | | | | | | | | This file was mistakenly ommited from the recent landing, so the thread names were not being set (all threads other than the main thread wer assigned sequential "WorkerThread-N" names). r=eroman Review URL: http://codereview.chromium.org/8315010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105814 0039d316-1c4b-4281-b951-d872f2087c98
* Disable BrowserCloseTest.DownloadsCloseCheck_1 on Mac.nkostylev@chromium.org2011-10-171-1/+8
| | | | | | | | | | BUG=100566 TEST=BrowserCloseTest.DownloadsCloseCheck_1 TBR=rdsmith Review URL: http://codereview.chromium.org/8318010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105813 0039d316-1c4b-4281-b951-d872f2087c98
* Update strings for settings change warnings.ivankr@chromium.org2011-10-171-14/+14
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8294009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105812 0039d316-1c4b-4281-b951-d872f2087c98
* Support MTA as well in the scoped COM initializer.tommi@chromium.org2011-10-171-1/+16
| | | | | | | BUG=none Review URL: http://codereview.chromium.org/8275030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105811 0039d316-1c4b-4281-b951-d872f2087c98
* touchui: Fix browser_tests compile.sadrul@chromium.org2011-10-171-1/+6
| | | | | | | | | BUG=none TEST=browser_tests compiles with touchui=1 chromeos=1 Review URL: http://codereview.chromium.org/8317005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105810 0039d316-1c4b-4281-b951-d872f2087c98
* Don't return content settings from DefaultProvider for non-empty resource ↵bauerb@chromium.org2011-10-173-7/+11
| | | | | | | | | | | | identifiers. BUG=100273 TEST=content setting exceptions work Review URL: http://codereview.chromium.org/8274033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105809 0039d316-1c4b-4281-b951-d872f2087c98
* For the extension service, Change usage of AllSources to ↵mirandac@chromium.org2011-10-171-3/+3
| | | | | | | | | | | AllBrowserContextsAndSources to indicate that usage is safe for multiprofiles. BUG=none TEST=none Review URL: http://codereview.chromium.org/8306016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105808 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-10-171-3/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105807 0039d316-1c4b-4281-b951-d872f2087c98
* Change AllSources to AllBrowserContextsAndSources in site_instance.cc, as ↵mirandac@chromium.org2011-10-171-1/+1
| | | | | | | | | | | these usages are safe for multi-profiles. BUG=none TEST=none Review URL: http://codereview.chromium.org/8313009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105806 0039d316-1c4b-4281-b951-d872f2087c98