summaryrefslogtreecommitdiffstats
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* Fix GPU acceleration failure with single process modejin.a.yang@intel.com2012-06-041-0/+1
| | | | | | | | | | | | | | | | | | It's still useful to debug in single process mode. This is a regression caused by recent change: gpu info collection has removed from thread startup and will do on demand. But for normal mode we have GpuMain to do GL interface binding at startup while none for single process mode. So we should do GL binding for single process mode at thread start up, otherwise Gpu acceleration will fail because no GL binding will be found. BUG=130258 TEST= Review URL: https://chromiumcodereview.appspot.com/10441089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140263 0039d316-1c4b-4281-b951-d872f2087c98
* Show page title on content shell window (for Linux, Windows and Mac)hongbo.min@intel.com2012-06-011-0/+1
| | | | | | | | | | BUG=129998 TEST= Review URL: https://chromiumcodereview.appspot.com/10458003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140059 0039d316-1c4b-4281-b951-d872f2087c98
* Add native debugging support for no-root modehaitao.feng@intel.com2012-05-311-0/+1
| | | | | | | | | | BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10448096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139767 0039d316-1c4b-4281-b951-d872f2087c98
* Move the web dialogs code to src/ui/web_dialogs from src/chromemazda@chromium.org2012-05-311-0/+1
| | | | | | | | | | | | | | Also moved the web dialogs classes into ui namespace. The original patch was sent by Jake Helfert <jake@helfert.us>. This patch was created based on Jake's patch. BUG=125841 TEST=try Review URL: https://chromiumcodereview.appspot.com/10448066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139757 0039d316-1c4b-4281-b951-d872f2087c98
* Move the MessageLoopForUI::Start() after the creation of ↵shouqun.liu@intel.com2012-05-311-0/+1
| | | | | | | | | | | | | | MessageLoopForUI::current(). Make it no SEGV on the loading and running of content native library from the content_shell. BUG=130275 TEST= Review URL: https://chromiumcodereview.appspot.com/10449070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139733 0039d316-1c4b-4281-b951-d872f2087c98
* Add the target ABI option for apk based test runneryongsheng.zhu@intel.com2012-05-301-0/+1
| | | | | | | | | | | | | | Remove the hardcode directory name 'armeabi' and replace it with the Android target ABI information. Trivial gyp changes that are android-specific; TBRing some owners TBR=mark@chromium.org,jam@chromium.org,sky@chromium.org BUG=128944 TEST= Review URL: https://chromiumcodereview.appspot.com/10383263 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139512 0039d316-1c4b-4281-b951-d872f2087c98
* validate CHROME_SRC setting to avoid confusionjames.wei@intel.com2012-05-301-0/+1
| | | | | | | | | | BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10409048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139480 0039d316-1c4b-4281-b951-d872f2087c98
* Add clintstaley and mitchellwrosen (@chromium.org) to the Authors filemal@google.com2012-05-301-0/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139465 0039d316-1c4b-4281-b951-d872f2087c98
* Issue 121063 fixed: Drag and dropping a file named ↵dcheng@chromium.org2012-05-291-0/+1
| | | | | | | | | | | | | | | | | [something].[andmore].[ext] from Chrome to a folder results in a filename named [something].[ext] Method WebContentsDragWin::PrepareDragForFileContents has been updated to deal with filenames like [something].[andmore].[ext] correctly. BUG=121063 TEST=1. Find a file named with the following pattern [something].[andmore].[ext] 2. Drag and drop the file(picture) to a folder You can use the picture attached to the issue page at http://code.google.com/p/chromium/issues/detail?id=121063 Review URL: https://chromiumcodereview.appspot.com/10257025 Patch from Alexey Korepanov <alexkorep@gmail.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139386 0039d316-1c4b-4281-b951-d872f2087c98
* hange AUTHORS individual signers to match the addresses theymal@google.com2012-05-281-10/+10
| | | | | | | | | | | | | | | | | | | | | gave when signing the contributors agreement: 1. brunocalvignac@gmail.com --> bruno@flock.com 2. mhanenb@gmail.com --> mhahnenb@andrew.cmu.edu 3. alexgartrell@gmail.com --> agartrell@cmu.edu 4. chamal.desilva@gmail.com --> chamalsl@yahoo.com 5. ryan.sleevi@gmail.com --> ryan-chromium-dev@sleevi.com 6. peter@lvp-media.com --> peter@chromium.org 7. David Futcher <bobbo@ubuntu.com> --> david.mike.futcher@gmail.com 8. ramgo@yahoo-inc.com --> ramkumar.gokarnesan@gmail.com 9. qtc746@motorola.com --> nayankk@motorola.com 10. programe@gmail.com --> progame@chromium.org R= None BUG= None TEST= None git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139267 0039d316-1c4b-4281-b951-d872f2087c98
* Remove litl.com, intel.com, and novell.com wildcard from AUTHORS:mal@google.com2012-05-281-3/+1
| | | | | | | | | | | | | | 1. litl.com never signed a corporate CLA 2. intel.com lists specific contributors authorized to commit, so a wildcard is inappropriate. 3. Novell's corporate CLA authorizes Brian Merrell, and he's contributed as bgmerrell@gmail.com (added that address) R= None TEST= None BUG= None git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139264 0039d316-1c4b-4281-b951-d872f2087c98
* This is based on a patch from Alexandre Abreu ↵finnur@chromium.org2012-05-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | (http://codereview.chromium.org/9963120/) that I've modified slightly to work on Windows. Modifies the external extension preferences loader to load not only external_extensions.json but also extensions based on standalone per-extension json files. The new json files should be named <extension-id>.json and formatted as such: { "external_crx": "<relative path from the .json file>", "external_version": "x.x" } Also, for Linux, added a new search path: /usr/share/[chromium|google-chrome]/extensions. And finally, modifies the documentation to account for that change and to deprecate the external_extension.json files uses. BUG=75174 TEST=None Review URL: https://chromiumcodereview.appspot.com/10260010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134892 0039d316-1c4b-4281-b951-d872f2087c98
* net: support SHA512 hashes in DNSSEC chains.agl@chromium.org2012-04-171-0/+1
| | | | | | | | | | | | Patch-by: Simon Arlott BUG=122239 TEST=https://chromium-122239.test.lp0.eu/ Review URL: http://codereview.chromium.org/10082010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132612 0039d316-1c4b-4281-b951-d872f2087c98
* Better check if argc is 0 because argv[0] is later used.erik.sjolund@gmail.com2012-04-171-0/+1
| | | | | | Review URL: http://codereview.chromium.org/10093005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132580 0039d316-1c4b-4281-b951-d872f2087c98
* Add DTLS support to NSS, contributed by Eric Rescorla.wtc@chromium.org2012-03-301-0/+1
| | | | | | | | | | R=rsleevi@chromium.org BUG=120938 TEST=none Review URL: http://codereview.chromium.org/9764001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129778 0039d316-1c4b-4281-b951-d872f2087c98
* Added the command line flag that enables CSS Shaders: "--enable-css-shaders".achicu@adobe.com2012-03-291-0/+1
| | | | | | | | | BUG=119861 TEST= Review URL: http://codereview.chromium.org/9839073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129598 0039d316-1c4b-4281-b951-d872f2087c98
* C++ code generated by generate_bindings.py was assigning a variable withing ↵trprice@gmail.com2012-03-281-0/+1
| | | | | | | | | | | | | | in if() statement (Visual Studio 2010 warning C4706). I moved the assignment of the variable to the line before the if() statement so that the assignment of the variable happens outside of the if() statement. Additionally, I added myself to the AUTHORS file. I filled out the Contributor License Agreement a while back, but didn't add myself to AUTHORS at that point. BUG=chromium:81439 Review URL: http://codereview.chromium.org/9836106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129479 0039d316-1c4b-4281-b951-d872f2087c98
* Description: Video decode in hardware on ARM platform.arun.m@samsung.com2012-03-191-0/+1
| | | | | | | | | | | | | | | This patch modifies the GpuVideoDecodeAccelerator machinery to enable HW decode on certain platforms. In case of some ARM platforms, the texture memory allocated by GPU(glTexImage2D) cannot be shared with other devices such as a seperate HW decoder. So a Pixmap buffer is allocated and an EGL Image is created from the pixmap handle. This EGL Image is sharable between the HW Decoder and the GPU. TEST=omx_video_decode_accelerator_unittest Review URL: http://codereview.chromium.org/9724030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127554 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 127174 - Added Samsung to AUTHORS.fischman@chromium.org2012-03-161-1/+0
| | | | | | | | | | | NOTRY=true Review URL: http://codereview.chromium.org/9702116 TBR=fischman@chromium.org Review URL: https://chromiumcodereview.appspot.com/9706106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127183 0039d316-1c4b-4281-b951-d872f2087c98
* Added Samsung to AUTHORS.fischman@chromium.org2012-03-161-0/+1
| | | | | | | | NOTRY=true Review URL: http://codereview.chromium.org/9702116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127174 0039d316-1c4b-4281-b951-d872f2087c98
* fixed about:flags by switching onclick to onchange for select elementstephen.searles@gmail.com2012-03-131-0/+1
| | | | | | | | | | BUG=107798 TEST=multi-state works on mac in chrome:flags Review URL: http://codereview.chromium.org/9669036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126342 0039d316-1c4b-4281-b951-d872f2087c98
* Add deviceorientation.absolute. hexinchao@gmail.com2012-03-121-0/+1
| | | | | | | | | | | | The corresponding work has been done in WebKit: https://bugs.webkit.org/show_bug.cgi?id=51742 BUG=68517 TEST=Manual testing. Review URL: http://codereview.chromium.org/9320061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126119 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Move TranslateInfoBarBase::BuildOptionsMenuButton to ↵yujie.mao@intel.com2012-03-061-0/+1
| | | | | | | | | | | | InfoBarGtk::CreateMenuButton BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/9602007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125090 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit now disables CSS3 regions at runtime by default. This change allows ↵matthewrobertson03@gmail.com2012-03-011-0/+1
| | | | | | | | | | | regions to be turned back on via a command line flag. BUG=chromium:115937 TEST=pass the flag --enable-css-regions to chrome on start up Review URL: http://codereview.chromium.org/9523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124367 0039d316-1c4b-4281-b951-d872f2087c98
* Refine the dialog box to show a extension name when the dialog box is ↵yumiOS.art@gmail.com2012-02-291-0/+1
| | | | | | | | | | | | | created by the extension. Contributed by yumios.art@gmail.com BUG=112637 TEST=Try to create dialog boxes by a extension and a website(localhost). Review URL: http://codereview.chromium.org/9426022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124275 0039d316-1c4b-4281-b951-d872f2087c98
* Enabled pressing TAB to traverse through the Omnibox results, removed moving ↵aaron.randolph@gmail.com2012-02-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | the caret to the end of the line with TAB, and filtered out redundant URLs. This adds the ability to move through Omnibox result matches using TAB in addition to the arrow keys. To enable this, pressing TAB to move the caret to the end of the line was removed and the keyword hint/shortcut logic has been modified. The Omnibox popup now shows keyword markers on the right side of matches that have associated keywords (represented by a right arrow). When this kind of match is selected, and the keyword is accepted, the match changes appearance by animating in the associated keyword match from the right to display the "Search X for <>" message. If multiple matches have the same keyword then only the most relevant match will display the keyword marker and hint. Pressing TAB while a keyword hint is shown will enter keyword mode in place; the results will no longer change when keyword mode is entered. Additionally, substituting keyword provider matches will only be shown if a keyword substitution is available. Finally, results with redundant destination URLs (e.g., "foo.com", "www.foo.com") will have the less relevant URLs filtered out. This also addresses some GTK omnibox browsertest flakiness; see bug 112041. See original change review at http://codereview.chromium.org/6731036 Contributed by aaron.randolph@gmail.com BUG=57748,76278,77662,80934,84420 TEST=Press TAB to move the selection down the list of results, SHIFT+TAB to move up. Review URL: http://codereview.chromium.org/9309099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124125 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 122412 - Enabled pressing TAB to traverse through the Omnibox resultsthestig@chromium.org2012-02-171-1/+0
| | | | | | | | | | | | | | | Landing patch for aaron.randolph: http://codereview.chromium.org/9309099/ BUG=57748, 76278, 77662, 80934, 84420 TEST= Review URL: https://chromiumcodereview.appspot.com/9417032 TBR=sail@chromium.org Review URL: https://chromiumcodereview.appspot.com/9419043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122472 0039d316-1c4b-4281-b951-d872f2087c98
* Enabled pressing TAB to traverse through the Omnibox resultssail@chromium.org2012-02-171-0/+1
| | | | | | | | | | | | Landing patch for aaron.randolph: http://codereview.chromium.org/9309099/ BUG=57748, 76278, 77662, 80934, 84420 TEST= Review URL: https://chromiumcodereview.appspot.com/9417032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122412 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: implement "print selection".peter@pcc.me.uk2012-02-141-0/+1
| | | | | | | | | | | | | BUG=83481 TEST=mouse select text from http://en.wikipedia.org/wiki/Main_Page Toolbox -> Print -> Print to File -> Selection -> Print, verify that PDF contains only selection. Toolbox -> Print -> Print to File -> All Pages -> Print, verify that PDF contains all pages. Toolbox -> Print -> Print to File -> Pages: 1 -> Print, verify that PDF contains only page 1. Review URL: http://codereview.chromium.org/9379039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121844 0039d316-1c4b-4281-b951-d872f2087c98
* Expose IAccessible2 role IA2_ROLE_TOGGLE_BUTTON when aria-pressed used with ↵aaronlevbugs@gmail.com2012-02-101-0/+1
| | | | | | | | | | | | | any kind of button R=dmazzoni@chromium.org BUG=98979 TEST=Manually with accProbe Review URL: http://codereview.chromium.org/9375045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121545 0039d316-1c4b-4281-b951-d872f2087c98
* Fix an indent issue in VideoCaptureManager::GetAvailableDeviceswjia@chromium.org2012-02-091-0/+1
| | | | | | | | BUG=NONE TEST=NONE Review URL: https://chromiumcodereview.appspot.com/9368023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121254 0039d316-1c4b-4281-b951-d872f2087c98
* PPB_NetAddress_Private: add getter methods for sockaddr.yzshen@chromium.org2012-02-091-0/+1
| | | | | | | | | | | | | | | | This CL is mostly contributed by Vinay(vinaya@adobe.com): http://codereview.chromium.org/9235035 Comparing with 9235035, this change: - fixes the NaCl Proxy. - adds untrusted tests. - does other small fixes. BUG=None TEST=test_net_address_private and test_net_address_private_untrusted Review URL: https://chromiumcodereview.appspot.com/9307115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121106 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 120448 - Revert 120018 - Revert 120005 - Enabled pressing TAB to ↵pkasting@chromium.org2012-02-041-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | traverse through the Omnibox results, removed moving the caret to the end of the line with TAB, and filtered out redundant URLs. This adds the ability to move through Omnibox result matches using TAB in addition to the arrow keys. To enable this, pressing TAB to move the caret to the end of the line was removed and the keyword hint/shortcut logic has been modified. The Omnibox popup now shows keyword markers on the right side of matches that have associated keywords (represented by a right arrow). When this kind of match is selected, and the keyword is accepted, the match changes appearance by animating in the associated keyword match from the right to display the "Search X for <>" message. If multiple matches have the same keyword then only the most relevant match will display the keyword marker and hint. Pressing TAB while a keyword hint is shown will enter keyword mode in place; the results will no longer change when keyword mode is entered. Additionally, substituting keyword provider matches will only be shown if a keyword substitution is available. Finally, results with redundant destination URLs (e.g., "foo.com", "www.foo.com") will have the less relevant URLs filtered out. This also addresses some GTK omnibox browsertest flakiness; see bug 112041. Contributed by aaron.randolph@gmail.com BUG=57748,76278,77662,80934,84420 TEST=Press TAB to move the selection down the list of results, SHIFT+TAB to move up. Review URL: http://codereview.chromium.org/6731036 TBR=aaron.randolph@gmail.com Review URL: https://chromiumcodereview.appspot.com/9310017 TBR=kinuko@chromium.org Review URL: https://chromiumcodereview.appspot.com/9309097 TBR=pkasting@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120457 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 120018 - Revert 120005 - Enabled pressing TAB to traverse through the ↵pkasting@chromium.org2012-02-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Omnibox results, removed moving the caret to the end of the line with TAB, and filtered out redundant URLs. This adds the ability to move through Omnibox result matches using TAB in addition to the arrow keys. To enable this, pressing TAB to move the caret to the end of the line was removed and the keyword hint/shortcut logic has been modified. The Omnibox popup now shows keyword markers on the right side of matches that have associated keywords (represented by a right arrow). When this kind of match is selected, and the keyword is accepted, the match changes appearance by animating in the associated keyword match from the right to display the "Search X for <>" message. If multiple matches have the same keyword then only the most relevant match will display the keyword marker and hint. Pressing TAB while a keyword hint is shown will enter keyword mode in place; the results will no longer change when keyword mode is entered. Additionally, substituting keyword provider matches will only be shown if a keyword substitution is available. Finally, results with redundant destination URLs (e.g., "foo.com", "www.foo.com") will have the less relevant URLs filtered out. This also addresses some GTK omnibox browsertest flakiness; see bug 112041. Contributed by aaron.randolph@gmail.com BUG=57748,76278,77662,80934,84420 TEST=Press TAB to move the selection down the list of results, SHIFT+TAB to move up. Review URL: http://codereview.chromium.org/6731036 TBR=aaron.randolph@gmail.com Review URL: https://chromiumcodereview.appspot.com/9310017 TBR=kinuko@chromium.org Review URL: https://chromiumcodereview.appspot.com/9309097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120448 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 120005 - Enabled pressing TAB to traverse through the Omnibox ↵kinuko@chromium.org2012-02-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | results, removed moving the caret to the end of the line with TAB, and filtered out redundant URLs. This adds the ability to move through Omnibox result matches using TAB in addition to the arrow keys. To enable this, pressing TAB to move the caret to the end of the line was removed and the keyword hint/shortcut logic has been modified. The Omnibox popup now shows keyword markers on the right side of matches that have associated keywords (represented by a right arrow). When this kind of match is selected, and the keyword is accepted, the match changes appearance by animating in the associated keyword match from the right to display the "Search X for <>" message. If multiple matches have the same keyword then only the most relevant match will display the keyword marker and hint. Pressing TAB while a keyword hint is shown will enter keyword mode in place; the results will no longer change when keyword mode is entered. Additionally, substituting keyword provider matches will only be shown if a keyword substitution is available. Finally, results with redundant destination URLs (e.g., "foo.com", "www.foo.com") will have the less relevant URLs filtered out. This also addresses some GTK omnibox browsertest flakiness; see bug 112041. Contributed by aaron.randolph@gmail.com BUG=57748,76278,77662,80934,84420 TEST=Press TAB to move the selection down the list of results, SHIFT+TAB to move up. Review URL: http://codereview.chromium.org/6731036 TBR=aaron.randolph@gmail.com Review URL: https://chromiumcodereview.appspot.com/9310017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120018 0039d316-1c4b-4281-b951-d872f2087c98
* Enabled pressing TAB to traverse through the Omnibox results, removed moving ↵aaron.randolph@gmail.com2012-02-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | the caret to the end of the line with TAB, and filtered out redundant URLs. This adds the ability to move through Omnibox result matches using TAB in addition to the arrow keys. To enable this, pressing TAB to move the caret to the end of the line was removed and the keyword hint/shortcut logic has been modified. The Omnibox popup now shows keyword markers on the right side of matches that have associated keywords (represented by a right arrow). When this kind of match is selected, and the keyword is accepted, the match changes appearance by animating in the associated keyword match from the right to display the "Search X for <>" message. If multiple matches have the same keyword then only the most relevant match will display the keyword marker and hint. Pressing TAB while a keyword hint is shown will enter keyword mode in place; the results will no longer change when keyword mode is entered. Additionally, substituting keyword provider matches will only be shown if a keyword substitution is available. Finally, results with redundant destination URLs (e.g., "foo.com", "www.foo.com") will have the less relevant URLs filtered out. This also addresses some GTK omnibox browsertest flakiness; see bug 112041. Contributed by aaron.randolph@gmail.com BUG=57748,76278,77662,80934,84420 TEST=Press TAB to move the selection down the list of results, SHIFT+TAB to move up. Review URL: http://codereview.chromium.org/6731036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120005 0039d316-1c4b-4281-b951-d872f2087c98
* Eliminated memory growth issue by removing null objects from a list that was ↵erikghill@gmail.com2012-01-261-0/+1
| | | | | | | | accumulating them. Now, the objects are removed from the list when they are no longer needed, instead of being set to null.BUG=110459TEST=1. Go to any webpage 2. Go to a different webpage 3. Go back to step 1 and repeat many times. Before the fix pool_objects_ in win2k_threadpool grows with each new webpage visited. After the fix pool_objects_.size() is bounded even as new webpages are visited. Review URL: http://codereview.chromium.org/9243014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119287 0039d316-1c4b-4281-b951-d872f2087c98
* Added support for file URI path wildcards in content settingsmarkusheintz@chromium.org2012-01-231-0/+1
| | | | | | | | | | | | | | | patterns. I.e. "file:///*" matches all file URIs. Full/explicit/absolute paths (e.g. "file:///foo/bar.html") are still supported. contributed by Francois Kritzinger (francoisk777@gmail.com) BUG=77149 TEST=ContentSettingsPattern* Review URL: http://codereview.chromium.org/9254028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118696 0039d316-1c4b-4281-b951-d872f2087c98
* Fix me2mom background gradientbeaufort.francois@gmail.com2012-01-121-0/+1
| | | | | | | | | BUG=109705 TEST=Load me2mom app and confirm background gradient appears only once Review URL: http://codereview.chromium.org/9187052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117515 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure one radio button is always checked in extension context menus.Eriq.Augustine@gmail.com2012-01-111-0/+1
| | | | | | | | | | | | | | | This patch changes the behavior on all systems to match the behavior on Linux ie. there is always exactly one item selected in a run of radio items. This patch includes a unit test (ExtensionMenuManagerTest.SanitizeRadioButtons). BUG=49808 TEST=On any OS but Linux, load an extension that has a context menu without items selected by defuat. One item shuold be selected, but none are. Review URL: http://codereview.chromium.org/8935016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117301 0039d316-1c4b-4281-b951-d872f2087c98
* Warn before overwriting CRX files in extension pack UI.aa@chromium.org2012-01-081-0/+1
| | | | | | | | | | BUG=35194 TEST=Try packing an extension from the browser, both overwriting and not overwriting an existing crx. And do a commandline browser extension pack. Review URL: http://codereview.chromium.org/8947025 Patch from Clint Staley <clintstaley@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116839 0039d316-1c4b-4281-b951-d872f2087c98
* delete missing js fileGuanqun.Lu@gmail.com2012-01-061-0/+1
| | | | | | | | | | | | | | In revision 110671, chrome/browser/resources/tracing/tracing_controller_tests.js is deleted, so here this line is deleted correspondingly. BUG= TEST= Review URL: http://codereview.chromium.org/8965073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116733 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 116407 - Update Extension Pack UI to warn before overwriting existing CRXmrossetti@chromium.org2012-01-051-1/+0
| | | | | | | | | | | | BUG=35194 TEST=Try packing an extension from the browser, both overwriting and not overwriting an existing crx. And do a commandline browser extension pack. Review URL: http://codereview.chromium.org/9044002 TBR=aa@chromium.org Review URL: http://codereview.chromium.org/9102001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116419 0039d316-1c4b-4281-b951-d872f2087c98
* Switch to using browser_process_ instead g_browser_processsimon.hong81@gmail.com2012-01-051-0/+1
| | | | | | | | | | | | in member functions of ChromeBrowserMainParts. Contributed by simon.hong81@gmail.com BUG=none TEST=compiles Review URL: http://codereview.chromium.org/8983015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116416 0039d316-1c4b-4281-b951-d872f2087c98
* Update Extension Pack UI to warn before overwriting existing CRXaa@chromium.org2012-01-041-0/+1
| | | | | | | | | BUG=35194 TEST=Try packing an extension from the browser, both overwriting and not overwriting an existing crx. And do a commandline browser extension pack. Review URL: http://codereview.chromium.org/9044002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116407 0039d316-1c4b-4281-b951-d872f2087c98
* Popup windows' state should always be SHOW_STATE_NORMAL, not dependcem.kocagil@gmail.com2012-01-041-0/+1
| | | | | | | | | | | on the saved window state. BUG=106967 TEST=Windows opened by window.open should be unmaximized by default Review URL: http://codereview.chromium.org/9004046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116389 0039d316-1c4b-4281-b951-d872f2087c98
* Serialized loading of icons for files in the Downloads interface. This allowsrryk.ua@gmail.com2011-12-211-0/+1
| | | | | | | | | | | | | to open downloaded files faster. Previously file was not opened until all the icons were loaded. Contributed by rryk.ua@gmail.com BUG=62976 Review URL: http://codereview.chromium.org/8803001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115231 0039d316-1c4b-4281-b951-d872f2087c98
* Aura: Cursor should hide when touch event triggered by touchscreenjamescook@chromium.org2011-12-201-0/+1
| | | | | | | | | | | | | Original patch at http://codereview.chromium.org/8819014/ by Junmin Zhu <junmin.zhu@intel.com> BUG=106001 TEST=manually TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8989023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115193 0039d316-1c4b-4281-b951-d872f2087c98
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | These changes address issue #106655. All variants of StringToInt have been converted to use the StringPiece class. One instance of conversion, in chrome/browser/history/text_database.cc, required copying an underlying string. This is because the string type in question could use 8 or 16 bit characters depending on the OS type, and because StringPiece is not implemented as a template, the code cannot specify whether to create a StringPiece or StringPiece16. This should be remedied in a future CL. R=erikwright@chromium.org BUG=106655 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114929 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114944 Review URL: http://codereview.chromium.org/8921006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114993 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Revert due to compile breakage on ChromeOS. These changes address issue #106655. All variants of StringToInt have been converted to use the StringPiece class. One instance of conversion, in chrome/browser/history/text_database.cc, required copying an underlying string. This is because the string type in question could use 8 or 16 bit characters depending on the OS type, and because StringPiece is not implemented as a template, the code cannot specify whether to create a StringPiece or StringPiece16. This should be remedied in a future CL. R=erikwright@chromium.org BUG=106655 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114929 Review URL: http://codereview.chromium.org/8921006 TBR=tedvessenes@gmail.com Review URL: http://codereview.chromium.org/8990002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114945 0039d316-1c4b-4281-b951-d872f2087c98