summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add "Enable WiFi" item on welcome screen.nkostylev@google.com2010-06-173-3/+99
| | | | | | | | | BUG= http://crosbug.com/4033 TEST=When WiFi was disabled through network status area button it's possible to enable it back. Review URL: http://codereview.chromium.org/2850012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50104 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a Memcheck:Cond in ContentSettingsDialogControllerInternal.rsesek@chromium.org2010-06-171-0/+9
| | | | | | | | | BUG=46797 TEST=Mac Valgrind unit_tests goes green. Review URL: http://codereview.chromium.org/2826007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50102 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61316:61321andreip@chromium.org2010-06-171-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2851009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50101 0039d316-1c4b-4281-b951-d872f2087c98
* s/LanguageSwitchModel/LanguageSwitchMenu/glotov@chromium.org2010-06-1711-44/+44
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2809016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50100 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude even more non-essential directories from the release tarball.phajdan.jr@chromium.org2010-06-171-0/+15
| | | | | | | | | | | | | These are mostly test files. TBR=nsylvain TEST=none BUG=none Review URL: http://codereview.chromium.org/2818012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50098 0039d316-1c4b-4281-b951-d872f2087c98
* Update Dr.Memory analyzer to match the new output format of Dr.M v1.1.0 and ↵timurrrr@chromium.org2010-06-172-1/+28
| | | | | | | | | add some basic suppressions TBR=glider Review URL: http://codereview.chromium.org/2869009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50097 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress more leaks for bug 46678.glider@chromium.org2010-06-171-1/+12
| | | | | | | | | BUG=46678 TBR=garykac Review URL: http://codereview.chromium.org/2813017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50096 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] more -Wextra support:thomasvl@chromium.org2010-06-174-29/+33
| | | | | | | | | | | | - autofill: explicitly initialize in the copy constructor - make some loops clearly use {} for empty bodies - bump up app mode version number to 1.0 so we don't check for < 0 on the unsigned version number. BUG=34160 TEST=none Review URL: http://codereview.chromium.org/2856006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50095 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61287:61316 - canary is green at 61316andreip@chromium.org2010-06-171-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2806012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50094 0039d316-1c4b-4281-b951-d872f2087c98
* Add links to crbug issues for a few tests excluded recently:timurrrr@chromium.org2010-06-173-3/+3
| | | | | | | | | UploadTest*, SessionHistoryTest.FrameBackForward, IPCSyncChannelTest.Multiple TBR=glider BUG=46783,46782,46781 Review URL: http://codereview.chromium.org/2851008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50093 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run IPCSyncChannelTest.Multiple under Valgrindtimurrrr@chromium.org2010-06-171-0/+2
| | | | | | | | | | It's failing and sometimes crashes Valgrind itself: Test crash: http://build.chromium.org/buildbot/memory/builders/Chromium%20Mac%20(valgrind)/builds/5412/steps/memory%20test:%20ipc/logs/stdio Valgrind crash: http://build.chromium.org/buildbot/memory/builders/Chromium%20Mac%20(valgrind)/builds/5400/steps/memory%20test:%20ipc/logs/stdio TBR=glider Review URL: http://codereview.chromium.org/2842011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50090 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude UnloadTests and one SessionHistoryTest under Valgrindtimurrrr@chromium.org2010-06-173-16/+6
| | | | | | | | | crbug is down right now so I can't file issues. Will file them once it is working again. BUG=22927,29587,45562,46211 TBR=glider Review URL: http://codereview.chromium.org/2809018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50089 0039d316-1c4b-4281-b951-d872f2087c98
* HttpNetworkTransaction handles asynchronous auth token generation.cbentzel@chromium.org2010-06-177-110/+604
| | | | | | | | | BUG=21050,42222 TEST=net_unittests Review URL: http://codereview.chromium.org/2722009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50088 0039d316-1c4b-4281-b951-d872f2087c98
* Check state in SocketStream delegate methods.ukai@chromium.org2010-06-171-0/+11
| | | | | | | | | | | I suspect flaky failure in reload-crash.html was OnSentData is called when state_ has been changed to CLOSED while sending handshake message. BUG=45720 TEST=none Review URL: http://codereview.chromium.org/2845012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50087 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 440.0 to 441.0chrome-release@google.com2010-06-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50085 0039d316-1c4b-4281-b951-d872f2087c98
* Proper autocompletion of username when textfield looses focus.avayvod@chromium.org2010-06-171-12/+23
| | | | | | | | | | | | Tab key doesn't get here since it's handled by focus manager. BUG=none TEST=Enter a name without domain in username field on login screen. Remove focus from the field (i.e. by hitting Tab). @gmail.com should be appended. Review URL: http://codereview.chromium.org/2829005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50083 0039d316-1c4b-4281-b951-d872f2087c98
* Rename LanguageLibrary with InputMethodLibrary.satorux@chromium.org2010-06-1714-171/+179
| | | | | | | | | | | | | | | | | | | LanguageLibrary is a misnomer. This is actually an input method library. Will change the file name in the next change list. Methodology of refactoring: 1. perl -i -pe 's/LanguageLibrary/InputMethodLibrary/g' **/*.cc **/*.h 2. manually fix the lines that became longer than 80 chars. 3. grep 'language_lib' **/*.{cc,h} |grep -v '#include' 4. manually fix the variable names. BUG=chromium-os:4063 TEST=manually Review URL: http://codereview.chromium.org/2868009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50082 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the dependency from renderer on browser.thestig@chromium.org2010-06-172-5/+0
| | | | | | | | BUG=46666 TEST=none Review URL: http://codereview.chromium.org/2852012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50081 0039d316-1c4b-4281-b951-d872f2087c98
* Fix detection of WebKit-only checkout or Chromium checkouttkent@google.com2010-06-171-4/+4
| | | | | | | | | | | | <DIR_SOURCE_ROOT>/third_party/WebKit exists in a case of WebKit-only checkout because we copy WebKit API headers to there. So check <DIR_SOURCE_ROOT>/chrome instead. BUG=none TEST=none Review URL: http://codereview.chromium.org/2869008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50080 0039d316-1c4b-4281-b951-d872f2087c98
* Allow /Library/Fonts through the sandbox. Needed for internal plugin.jabdelmalek@google.com2010-06-171-1/+3
| | | | | | Review URL: http://codereview.chromium.org/2831012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50079 0039d316-1c4b-4281-b951-d872f2087c98
* Check proxy_info_.is_empty()ukai@chromium.org2010-06-171-2/+11
| | | | | | | | | | | | In case proxy_info_.is_empty(), we can't access proxy_info_.proxy_server() or so. BUG=46750 TEST=none Review URL: http://codereview.chromium.org/2803010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50078 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a heap leak in GetCustomInfo.mazda@chromium.org2010-06-171-0/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2715003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50077 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: More pluming for OOP font loadingjeremy@chromium.org2010-06-1711-63/+293
| | | | | | | | | | | | | * Add font_descriptor and corresponding pluming to send an NSFont over IPC. * Rejigger font_loader to accept an NSFont as input and output an ATSFontContainerRef. The reasoning behind this is that WebKit ultimately controls the font lifetime and we can only deactivate the font container once the font is no longer in use. BUG=29729 Test=Unit tests should pass. Review URL: http://codereview.chromium.org/2804001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50076 0039d316-1c4b-4281-b951-d872f2087c98
* Make new startup test use GetInitialLoadTimes for more accurate times.pathorn@chromium.org2010-06-173-55/+201
| | | | | | | | | | | | | This change modifies RunStartupTest to call GetInitialLoadTimes, if applicable, to print out additional statistics for each tab computed on the browser. Additionally, changes |test_cold| and |important| parameters to be enums instead of booleans to make tests more readable. BUG=44129 TEST=none Review URL: http://codereview.chromium.org/2714015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50075 0039d316-1c4b-4281-b951-d872f2087c98
* diagnostics: Add VersionTest to linux.tfarina@chromium.org2010-06-172-1/+4
| | | | | | | | | | | Now with the mac build fixed. BUG=42894 TEST=out/Debug/chrome --diagnostics Review URL: http://codereview.chromium.org/2821009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50071 0039d316-1c4b-4281-b951-d872f2087c98
* Make apps launch using their default container as specified in their manifest.scherkus@chromium.org2010-06-172-2/+4
| | | | | | | | | | | The debug options were forcefully causing apps to launch as tabs. BUG=46502 TEST=try launching a panel or window based app, it shouldn't launch as a tab Review URL: http://codereview.chromium.org/2844008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50070 0039d316-1c4b-4281-b951-d872f2087c98
* The second step of refactoring LanguageConfigView.satorux@chromium.org2010-06-177-838/+879
| | | | | | | | | | | | | | | No change in the logic. Just move the code around. - Add language_config_model.cc, .h, _test.cc - Sort function definitions and declarations so the order match in .cc and .h files. Search for OCD in http://www.chromium.org/developers/coding-style TEST=manually BUG=chromium-os:4063 Review URL: http://codereview.chromium.org/2856005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50069 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed Extension change-handling methods to avoid unrecoverable ↵akalin@chromium.org2010-06-171-11/+12
| | | | | | | | | | | errors/crashes on adding new extensions with extensions sync turned on. BUG=46742 TEST=manual, trybots Review URL: http://codereview.chromium.org/2811011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50068 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build errorjam@chromium.org2010-06-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50067 0039d316-1c4b-4281-b951-d872f2087c98
* Internal plugin needs to be loaded in a different place for the Linux sandbox.jam@chromium.org2010-06-174-6/+23
| | | | | | Review URL: http://codereview.chromium.org/2817012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50066 0039d316-1c4b-4281-b951-d872f2087c98
* Use FAILS_TabSwitch instead of DISABLED_TabSwitch.michaeln@chromium.org2010-06-171-1/+1
| | | | | | | | | | BUG=46751 TEST=n/a TBR=jhawkins Review URL: http://codereview.chromium.org/2802008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50065 0039d316-1c4b-4281-b951-d872f2087c98
* window.open calls issued by pages within ChromeFrame would not honor the ↵ananta@chromium.org2010-06-179-13/+159
| | | | | | | | | | | | | | | | | | | | | | | suggested dimensions and would end up opening a default top level browser window in IE. ChromeFrame does receive the dimensions from the external tab container when it is notified about a popup being opened. Fix is to honor these dimensions by passing them off in the specially crafted url containing other arguments. Fixes bug http://code.google.com/p/chromium/issues/detail?id=42250 This fix is currently implemented for IE full tab mode only. Bug=42250 Test=Covered by augmenting the existing window open test to also validate the window size. Added a new unit test to test the ParseAttachExternalTabUrl helper function. Review URL: http://codereview.chromium.org/2867007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50064 0039d316-1c4b-4281-b951-d872f2087c98
* Allow themes to be localized. This doesn't show up anywhereaa@chromium.org2010-06-175-4/+68
| | | | | | | | | | in Chrome (yet), but it is used by the gallery. BUG=46379 Review URL: http://codereview.chromium.org/2845010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50062 0039d316-1c4b-4281-b951-d872f2087c98
* Fix TestConnectJob::kMockAdvancingLoadStateJob to be less flaky.vandebo@chromium.org2010-06-172-13/+14
| | | | | | | | | TEST=none BUG=46638 Review URL: http://codereview.chromium.org/2864005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50061 0039d316-1c4b-4281-b951-d872f2087c98
* Disable TabSwitchingUITest TabSwitch on windows, started failing after a ↵michaeln@chromium.org2010-06-171-1/+8
| | | | | | | | | | | | webkit roll. BUG=46751 TEST=none TBR=bulach Review URL: http://codereview.chromium.org/2811012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50060 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50057 - Load net-internals from the newly created resources.pak file.erg@chromium.org2010-06-178-71/+91
| | | | | | | | | | | | | | This patch also forces the loading of the optional DataPack for const correctness reasons BUG=35793,42770 TEST=none Review URL: http://codereview.chromium.org/2855003 TBR=erg@chromium.org Review URL: http://codereview.chromium.org/2852011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50059 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure mocks are properly released by breaking retain cycles.jrg@chromium.org2010-06-172-4/+32
| | | | | | | | BUG=http://crbug.com/39282 Review URL: http://codereview.chromium.org/2842010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50058 0039d316-1c4b-4281-b951-d872f2087c98
* Load net-internals from the newly created resources.pak file.erg@chromium.org2010-06-178-91/+71
| | | | | | | | | | | This patch also forces the loading of the optional DataPack for const correctness reasons BUG=35793,42770 TEST=none Review URL: http://codereview.chromium.org/2855003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50057 0039d316-1c4b-4281-b951-d872f2087c98
* TTF: Enable disabled tests: ↵vandebo@chromium.org2010-06-161-3/+3
| | | | | | | | | | | | | FontTest.DeriveFont{ResizesIfSizeTooSmall,KeepsOriginalSizeIfHeightOk} Is there a reason these are disabled? It looks like they were just forgotten. TEST=none BUG=disabled tests Review URL: http://codereview.chromium.org/2839003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50055 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Coalesce the three name fields into a Full Name field in the AutoFilljhawkins@chromium.org2010-06-161-21/+7
| | | | | | | | | | | dialog. BUG=none TEST=none Review URL: http://codereview.chromium.org/2799011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50054 0039d316-1c4b-4281-b951-d872f2087c98
* More expectation clean up. Sorry about this.dglazkov@chromium.org2010-06-161-2/+3
| | | | | | | | | | TBR=hclam TEST=none BUG=none Review URL: http://codereview.chromium.org/2827012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50053 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 48693 - Only inject content scripts into HTML documents. Previously ↵aa@chromium.org2010-06-161-15/+0
| | | | | | | | | | | | | | | we would inject into SVG and raw XML documents as well. Injecting into SVG could conceivably be a feature, but I expect it would count as a "bug" more often than that, so I'm starting conservative. BUG=39845 Review URL: http://codereview.chromium.org/2389004 TBR=aa@chromium.org Review URL: http://codereview.chromium.org/2799010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50052 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50050 - Revert r48693: This broke existing extensions that wanted to ↵aa@chromium.org2010-06-166-68/+19
| | | | | | | | | | | | | run script on XML pages. For more info, see: http://code.google.com/p/chromium/issues/detail?id=39845#c7 TBR=rafaelw@chromium.org TBR=aa@chromium.org Review URL: http://codereview.chromium.org/2812006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50051 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r48693: This broke existing extensions that wanted to run script on XMLaa@chromium.org2010-06-166-19/+68
| | | | | | | | pages. For more info, see: http://code.google.com/p/chromium/issues/detail?id=39845#c7 TBR=rafaelw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50050 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Remove the CVC from the AutoFill dialog.jhawkins@chromium.org2010-06-161-8/+0
| | | | | | | | | BUG=46681 TEST=none Review URL: http://codereview.chromium.org/2813015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50049 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up test expectations, removing passing tests.dglazkov@chromium.org2010-06-161-18/+3
| | | | | | | | | | TBR=hclam TEST=none BUG=none Review URL: http://codereview.chromium.org/2866009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50048 0039d316-1c4b-4281-b951-d872f2087c98
* BookmarkAllTabsControllerTest.BookmarkAllTabs fails under valgrind;jrg@chromium.org2010-06-162-4/+3
| | | | | | | | | | | | | | | the test claims windows are left around. Things are fine when run normally. For this case, sheets don't always close in time if run under valgrind. Increase timeout to be a kinder, gentler unit test. Remove suppression. BUG=http://crbug.com/39282 Review URL: http://codereview.chromium.org/2814011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50047 0039d316-1c4b-4281-b951-d872f2087c98
* AudioController accepts hardware buffer size as parameter.hclam@chromium.org2010-06-163-22/+51
| | | | | | | | | | BUG=39885 TEST=media_unitests AudioController to take hardware buffer size for opening the audio device. Review URL: http://codereview.chromium.org/2822014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50046 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress webcore:v8ExernalStringSlow leaks. This time in the right ↵michaeln@chromium.org2010-06-162-9/+6
| | | | | | | | | | | suppressions.txt file. BUG=46715 TEST=n/a TBR=antonm git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50045 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 61259:61287.dglazkov@chromium.org2010-06-161-1/+1
| | | | | | | | | | TBR=hclam TEST=none BUG=none Review URL: http://codereview.chromium.org/2869006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50044 0039d316-1c4b-4281-b951-d872f2087c98