summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Valgrind suppression for memory error from WebKithclam@chromium.org2010-06-231-0/+27
| | | | | | | | | BUG=47323 TBR=japhet@chromium.org Review URL: http://codereview.chromium.org/2834020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50634 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Show a warning message if the cache might not be cleared correctly ↵mlloyd@chromium.org2010-06-232-27/+0
| | | | | | | | | | between runs." This reverts commit f98a0891c5baa2bc173fd93f22c18d5686d2c810 / revision 50623. Review URL: http://codereview.chromium.org/2856015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50627 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some unused code.eroman@chromium.org2010-06-231-4/+0
| | | | | | | BUG=NONE Review URL: http://codereview.chromium.org/2824024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50625 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for international domain names in PAC scripts. This converts ↵eroman@chromium.org2010-06-233-6/+65
| | | | | | | | | | non-ASCII hostnames in dnsResolve() and dnsResolveEx() to punycode. BUG=47234 TEST=ProxyResolverV8Test.DNSResolutionOfInternationDomainName Review URL: http://codereview.chromium.org/2842017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50624 0039d316-1c4b-4281-b951-d872f2087c98
* Show a warning message if the cache might not be cleared correctly between runs.mlloyd@chromium.org2010-06-232-0/+27
| | | | | | | | BUG=44688 Review URL: http://codereview.chromium.org/2841013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50623 0039d316-1c4b-4281-b951-d872f2087c98
* Improve input method support.suzhe@chromium.org2010-06-2324-736/+1163
| | | | | | | | | | | | | | | This CL fixes following issues: BUG=23219 IME should be disabled in password box. BUG=41876 Chinese IME is still active when current focus is not a text input control BUG=44529 Clause segmentation information of composition text is not honored when using CJK input methods. BUG=46326 Clicking during a composition cancels it TEST=See individual bug report. This CL is blocked on webkit bug: https://bugs.webkit.org/show_bug.cgi?id=40608 Review URL: http://codereview.chromium.org/2824015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50622 0039d316-1c4b-4281-b951-d872f2087c98
* Fix line endings. Got some CR LF's in there, somehow. If I had a dollar ↵dantasse@chromium.org2010-06-231-2/+2
| | | | | | | | | | | for every time I hated a CR LF, I'd buy fancy overpriced cupcakes for everyone on Chrome. BUG=45869 TEST=none Review URL: http://codereview.chromium.org/2831025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50621 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 447.0 to 448.0chrome-release@google.com2010-06-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50619 0039d316-1c4b-4281-b951-d872f2087c98
* Limit the DLL search path when loading FFmpeg binaries on Windows.scherkus@chromium.org2010-06-231-2/+14
| | | | | | | | | | This prevents us from accidentally loading other copies of FFmpeg during renderer process boot. BUG=35857 TEST=install a real version of chrome (don't simply unzip a build). close chrome. create an empty file named C:\Windows\avutil-50.dll. start chrome and go to www.youtube.com/html5. no error dialog box should appear. repeat these steps with an earlier version of chrome to verify that an error dialog box appears complaining about C:\Windows\avutil-50.dll. Review URL: http://codereview.chromium.org/2856013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50617 0039d316-1c4b-4281-b951-d872f2087c98
* Broken by http://codereview.chromium.org/2403001/show, which eliminated a ↵mirandac@google.com2010-06-231-1/+1
| | | | | | | | "!" that reversed the logic of the code. Review URL: http://codereview.chromium.org/2825017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50616 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented the PPB_Buffer interface.sanjeevr@chromium.org2010-06-237-0/+194
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/2838019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50615 0039d316-1c4b-4281-b951-d872f2087c98
* AppendASCII returns a new object.thakis@chromium.org2010-06-233-3/+3
| | | | | | | | Found by clang. Review URL: http://codereview.chromium.org/2840017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50614 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt 2 at landing the following. This differs from the first insky@chromium.org2010-06-236-4/+780
| | | | | | | | | | | | | | | | that I wasn't setting a field in a default: of a switch where I have a NOTREACHED. Moves cut/copy/paste and increment/descrement/fullscreen into buttons on views. BUG=45734 TEST=none TBR=jcivelli@chromium.org Review URL: http://codereview.chromium.org/2868029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50613 0039d316-1c4b-4281-b951-d872f2087c98
* Remove an unused member field.eroman@chromium.org2010-06-233-8/+4
| | | | | | | BUG=46821 Review URL: http://codereview.chromium.org/2826012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50612 0039d316-1c4b-4281-b951-d872f2087c98
* Address a couple of nits in comment wording.eroman@chromium.org2010-06-234-12/+13
| | | | | | | BUG=NONE Review URL: http://codereview.chromium.org/2830022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50611 0039d316-1c4b-4281-b951-d872f2087c98
* Migration to TopSites from ThumbnailDatabase.nshkrob@chromium.org2010-06-2312-20/+231
| | | | | | | | | BUG=None TEST=TopSitesTest, HistoryBackendTest, ThumbnailDatabaseTest, HistoryTest Review URL: http://codereview.chromium.org/2869018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50610 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50604 - Moves cut/copy/paste and increment/descrement/fullscreen into ↵mrossetti@chromium.org2010-06-236-779/+4
| | | | | | | | | | | | | | | | buttons on views. BUG=45734 TEST=none Review URL: http://codereview.chromium.org/2803013 TBR=sky@chromium.org Review URL: http://codereview.chromium.org/2829021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50608 0039d316-1c4b-4281-b951-d872f2087c98
* Implement side tab view and controller and hook up their creation. ↵pinkerton@chromium.org2010-06-2317-113/+510
| | | | | | | | | | | Parameterize tab strip layout so it can be vertical in addition to horizontal without breaking up the code too much. Abstracted some of the side tab knowledge into TabWindowController with overrides in BrowserWindowController. Nib change: added a SideTabStripView custom view to BrowserWindow and hooked it to an outlet. Renamed the outlets to better reflect both views. BUG=44773 TEST=Tab layout, full screen, dragging tabs within and to other windows to make sure they reflow and draw correctly. Side tabs themselves are still behind a flag, but this cl touches many normal codepaths. Review URL: http://codereview.chromium.org/2846028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50606 0039d316-1c4b-4281-b951-d872f2087c98
* Moves cut/copy/paste and increment/descrement/fullscreen into buttonssky@chromium.org2010-06-236-4/+779
| | | | | | | | | | | on views. BUG=45734 TEST=none Review URL: http://codereview.chromium.org/2803013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50604 0039d316-1c4b-4281-b951-d872f2087c98
* Disable PPAPI test on Mac, which still isn't fixed.brettw@chromium.org2010-06-231-1/+5
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50603 0039d316-1c4b-4281-b951-d872f2087c98
* Fix theme loading bubble which was overstaying its welcome.mirandac@google.com2010-06-233-3/+3
| | | | | | | | | | Fixes problem introduced in http://codereview.chromium.org/2659004/show. BUG=46710 TEST=Bring up a regular window, and an incognito window. Install theme from incognito window. Note that loading bubble disappears at the proper time. Review URL: http://codereview.chromium.org/2823025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50602 0039d316-1c4b-4281-b951-d872f2087c98
* Added initial_timezone attribute support for startup manifest.denisromanov@chromium.org2010-06-235-9/+36
| | | | | | | | | | | Added initial_timezone=Asia/Tokyo attribute to the test manifest. BUG=http://crosbug.com/1761 TEST=Run out/Debug/chrome --login-manager --startup-manifest=chrome/browser/chromeos/testdata/startup_manifest.json. Press Ctrl+Alt+U to switch to update screen. Clock in status area should display Tokyo time. Review URL: http://codereview.chromium.org/2834018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50601 0039d316-1c4b-4281-b951-d872f2087c98
* xz/LZMA2 compression for dirdiffer/dirpatcher.mark@chromium.org2010-06-233-17/+68
| | | | | | | | BUG=47199 TEST=none Review URL: http://codereview.chromium.org/2866015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50600 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bookmark editor regression and host hung monitor dialog.xiyuan@chromium.org2010-06-232-1/+5
| | | | | | | | | | | | | - Fix bookmark editor size regression because the controls on it are not visible and caused gtk_util::ShowDialog get the wrong size; - Host hung monitor dialog in a Chrome window as other dialogs; BUG=none TEST=Verify "Add Page" or "Edit" bookmark dialog shows up correctly and verify that hung monitor shows up in a chrome window instead of full screen. Review URL: http://codereview.chromium.org/2808021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50599 0039d316-1c4b-4281-b951-d872f2087c98
* Get scripts working independent of where they are run.dmaclach@chromium.org2010-06-234-13/+35
| | | | | | | | | | | Also store script data in home directory. TEST=none BUG=none Review URL: http://codereview.chromium.org/2832019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50598 0039d316-1c4b-4281-b951-d872f2087c98
* Replace wstring with string16 in history. The only time wstring is used now ↵brettw@chromium.org2010-06-2379-668/+811
| | | | | | | | | | | | in history is for bookmark-related stuff (the bookmarks system is still wstring-based). The substantial change here is in RTL to make a string16 variant of the functions and in changing the WordIterator to use string16 (this cleaned up some weird utf-32 code). TEST=none BUG=none Review URL: http://codereview.chromium.org/2808017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50597 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the PPAPI device UI test.brettw@chromium.org2010-06-231-1/+1
| | | | | | | BUG=none TEST=this is it git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50596 0039d316-1c4b-4281-b951-d872f2087c98
* Don't propagage event on message bubble to parent.oshima@chromium.org2010-06-232-2/+7
| | | | | | | | | | | | | | | MesssageBubble was propagating event to the parent, which caused problem in screen locker. This change is harmless in login screen. Fix a cut&paste error in CHECK in grab broke handler. BUG=chromium-os:4213 TEST=see bug for intstruction to reproduce the crash. This should fix the crash. Review URL: http://codereview.chromium.org/2811022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50595 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure that the ChromeFrame reliability and perf tests startup in headless ↵ananta@chromium.org2010-06-236-29/+64
| | | | | | | | | | | | mode and also start crash_service.exe, which would serve as the crash handler for the duration of the test runs. This ensures that the tests don't hang for 60 seconds while unloading the chrome frame dll which waits for the exception handler code to uninitialize which blocks on machines which don't have the official crash server running. Review URL: http://codereview.chromium.org/2810024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50594 0039d316-1c4b-4281-b951-d872f2087c98
* Hopefully the last of the ChromeFrame window open test failures. The ↵ananta@chromium.org2010-06-231-27/+13
| | | | | | | | | | | | DocumentComplete event at times is fired twice by all IE versions for new windows. Updated the expectations to account for this. TBR=stoyan Review URL: http://codereview.chromium.org/2802017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50593 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Convert the nib file on disk over to a xib format instead.thomasvl@chromium.org2010-06-233-15/+30
| | | | | | | | BUG=38443 TEST=none Review URL: http://codereview.chromium.org/2812020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50592 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] filp file on disk encoding to UTF-8 to avoid build warnings.thomasvl@chromium.org2010-06-231-0/+0
| | | | | | | | BUG=38443 TEST=none Review URL: http://codereview.chromium.org/2804018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50591 0039d316-1c4b-4281-b951-d872f2087c98
* Mac/clang: First pass over unit_teststhakis@chromium.org2010-06-2314-55/+45
| | | | | | Review URL: http://codereview.chromium.org/2876002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50590 0039d316-1c4b-4281-b951-d872f2087c98
* Enable policy support on the Linux platform.danno@chromium.org2010-06-233-4/+40
| | | | | | | | | | | | | | | | | | | | | On the Linux platform policies are read from a configuration file directory. Depending whether the chromium build is branded or not the configuration file directory is: /etc/opt/chromium or /etc/opt/chrome The configuration file directory will contain two sub-subdirectories: policies/managed policies/recommended The sub-directory policies/managed will contain all managed policies that are enforced on the user. The sub-directory policies/recommended will contain policies for recommended setting that can be changed by a user. BUG=47278 TEST=manual Review URL: http://codereview.chromium.org/2854005 Patch from Markus Heintz <markusheintz@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50589 0039d316-1c4b-4281-b951-d872f2087c98
* Revert v8 push.ricow@chromium.org2010-06-231-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2874007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50588 0039d316-1c4b-4281-b951-d872f2087c98
* Update v8 to version 2.2.19.ricow@chromium.org2010-06-231-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2868027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50587 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 446.0 to 447.0chrome-release@google.com2010-06-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50583 0039d316-1c4b-4281-b951-d872f2087c98
* Add test for Heap profiler.mnaganov@chromium.org2010-06-232-0/+32
| | | | | | | | | TEST=DevToolsSanityTest.TestHeapProfiler BUG=none Review URL: http://codereview.chromium.org/2846019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50581 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ParseFeedValidFeed4, take 2.tkent@google.com2010-06-231-1/+1
| | | | | | | | | BUG=none TEST=none TBR=finnur Review URL: http://codereview.chromium.org/2842020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50580 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectation of ParseFeedValidFeed4.tkent@google.com2010-06-231-1/+1
| | | | | | | | | | | r50577 (WebKit roll) changed parsing behavior. BUG=none TEST=This is a test. TBR=finnur Review URL: http://codereview.chromium.org/2835016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50579 0039d316-1c4b-4281-b951-d872f2087c98
* Remove DIR_THEMES, I removed themes/default.{dll,pak} a longtony@chromium.org2010-06-232-11/+0
| | | | | | | | time ago. Review URL: http://codereview.chromium.org/2809028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50578 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61629:61653tkent@google.com2010-06-232-1/+3
| | | | | | | | | BUG=none TEST=none TBR=hclam Review URL: http://codereview.chromium.org/2868026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50577 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the randomly failing ChromeFrame window open tests to account for the ↵ananta@chromium.org2010-06-231-17/+8
| | | | | | | | | | | | additional DocumentComplete event fired on IE8 as well on the same lines as IE7. This event fires twice randomly. Modified the expectations to handle this. TBR=stoyan Review URL: http://codereview.chromium.org/2799026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50576 0039d316-1c4b-4281-b951-d872f2087c98
* whitespace change to kick buildersrafaelw@chromium.org2010-06-231-1/+1
| | | | | | | | TBR=aa Review URL: http://codereview.chromium.org/2807018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50572 0039d316-1c4b-4281-b951-d872f2087c98
* Reland - Only allow installation of extensions/apps with gallery update url ↵rafaelw@chromium.org2010-06-2314-21/+49
| | | | | | | | | | | | | | via download from gallery original review here: http://codereview.chromium.org/2855009 BUG=45542 TEST=NONE TBR=aa Review URL: http://codereview.chromium.org/2872013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50571 0039d316-1c4b-4281-b951-d872f2087c98
* sync: Add method to Directory to remove all entries for a set of ModelTypes.tim@chromium.org2010-06-233-5/+145
| | | | | | | | | BUG=40252 TEST=SyncableDirectoryTest.PurgeEntriesWithTypeIn Review URL: http://codereview.chromium.org/2854018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50570 0039d316-1c4b-4281-b951-d872f2087c98
* geolocation: Fix the InfoBarType by changing it to PAGE_ACTION_TYPE.tfarina@chromium.org2010-06-231-1/+1
| | | | | | | | | | | | | So it matches with the design doc. See chromium.org/user-experience/infobars for futher refence. BUG=39102 TEST=Go to html5rocks.com/samples/geolocation/trip_meter/, see if the InfoBar background color is blue, not green. Review URL: http://codereview.chromium.org/2865012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50569 0039d316-1c4b-4281-b951-d872f2087c98
* Require tabId for infobar.show()rafaelw@chromium.org2010-06-234-28/+29
| | | | | | | | | BUG=41515 TEST=none Review URL: http://codereview.chromium.org/2864017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50568 0039d316-1c4b-4281-b951-d872f2087c98
* Some more ChromeFrame test fixes to get the failing IE7 new window tests to ↵ananta@chromium.org2010-06-233-14/+66
| | | | | | | | | | | | pass. On IE7 the DocumentComplete event is fired twice at times for popup windows. We need to add expectations for those. TBR=stoyan Review URL: http://codereview.chromium.org/2809031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50567 0039d316-1c4b-4281-b951-d872f2087c98
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-2355-0/+0
| | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50566 0039d316-1c4b-4281-b951-d872f2087c98