summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Publish DEPS for Chromium 5.0.307.115.0.307.11gitdeps2014-04-071-241/+132
|
* Bumping from 307.10 to 307.11chrome-release@google.com2010-02-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@39572 0039d316-1c4b-4281-b951-d872f2087c98
* remove void MutableEntry::PutParentIdPropertyOnly from syncable.mal@chromium.org2010-02-211-5/+0
| | | | | | | This was missed in the revert of r39261. Review URL: http://codereview.chromium.org/650120 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@39569 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r39261 on 307.mal@chromium.org2010-02-218-377/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. process_commit_response_command_unittest.cc fails to compile. SPECIFICS and SERVER_SPECIFICS are not defined. One example build slave: http://chrome-master.mtv:8010/builders/chrome%20official%20linux/builds/620/steps/compile/logs/stdio 2. I tried to comment out those lines (and fix chrome_tests.gypi), but the test fails. 3. I don't want to bring in the hairier r37253 (http://codereview.chromium.org/554066), which would probably fix this. 4. Therefore, I'm reverting and leaving it up to Nick to either give up or merge and fix the issues on 307. -- Original CL (r39261) --------- Merge 38472 - Fix a bug where positions inside of a newlycommitted folder would be reversed if the children of the folder weren't committed in the same batch as the folder. Refactor ApplyUpdatesCommandTest, pulling out functionality that would be useful for any SyncerCommand test, into syncer_command_test.h. Add a test case for ProcessCommitResponseCommand using the new SyncerCommandTest framework. Add a test for the bug. BUG=33081 TEST=sync_unit_tests. Also, manual testing, using the reduced repro instructions described in comment #26 of the bug. Review URL: http://codereview.chromium.org/652022 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@39568 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 38490 - Mark dirty in PutParentIdPropertyOnly.nick@chromium.org2010-02-171-0/+1
| | | | | | | | | | | | BUG=33081 TEST=none Review URL: http://codereview.chromium.org/594010 TBR=nick@chromium.org Review URL: http://codereview.chromium.org/621009 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@39263 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 38472 - Fix a bug where positions inside of a newlycommitted folder ↵nick@chromium.org2010-02-178-63/+381
| | | | | | | | | | | | | | | | | | | | | | | | would be reversed if the children of the folder weren't committed in the same batch as the folder. Refactor ApplyUpdatesCommandTest, pulling out functionality that would be useful for any SyncerCommand test, into syncer_command_test.h. Add a test case for ProcessCommitResponseCommand using the new SyncerCommandTest framework. Add a test for the bug. BUG=33081 TEST=sync_unit_tests. Also, manual testing, using the reduced repro instructions described in comment #26 of the bug. Review URL: http://codereview.chromium.org/572021 TBR=nick@chromium.org Review URL: http://codereview.chromium.org/627001 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@39261 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 39159 - Adds a NULL check for the RenderViewHost pointer within ↵andybons@chromium.org2010-02-171-4/+7
| | | | | | | | | | | | | | | TabContents::ExecuteCode since render_view_host() can return NULL when a tab has crashed (or in some other edge cases). Blessed by Pink per gchat discussion. BUG=34778 TEST=none Review URL: http://codereview.chromium.org/612002 TBR=andybons@chromium.org Review URL: http://codereview.chromium.org/619010 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@39225 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 39219 - Disable Maclike input behavior on all platforms but Mac.evan@chromium.org2010-02-172-0/+9
| | | | | | | | | | | | BUG=none TEST=e.g. double click a word to select it, hit delete. should only delete the word (not the whitespace before) Review URL: http://codereview.chromium.org/601093 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/620004 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@39221 0039d316-1c4b-4281-b951-d872f2087c98
* Merge r37566 to the 307 branch - Fix a regression from r35549 that caused ↵eroman@chromium.org2010-02-172-7/+11
| | | | | | | | | | | | | | | | | | | | | | failure in evaluation of PAC script to result in ERR_NO_SUPPORTED_PROXIES rather than falling back to DIRECT. BUG=32316 TEST= No unittest yet. To test manually: (1) create a PAC script with contents: function FindProxyForURL(url, host) { throw "FAILURE!" } (2) Change the proxy settings to point at this file (can use a file:// URL if it is local). (3) Load http://www.google.com/. Should succeed. Without the bug fix, it would fail with ERR_NO_SUPPORTED_PROXIES. Review URL: http://codereview.chromium.org/549204 TBR=eroman@chromium.org Review URL: http://codereview.chromium.org/608028 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@39210 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 39116 - Add Paul Kinlan's windows API example.kathyw@chromium.org2010-02-168-2/+74
| | | | | | | | | | | | | TBR=erikkay BUG=33213 TEST=none Review URL: http://codereview.chromium.org/609007 TBR=kathyw@chromium.org Review URL: http://codereview.chromium.org/600150 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@39121 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 39084 - Correctly recognize emptiness of IDMap.phajdan.jr@chromium.org2010-02-162-5/+16
| | | | | | | | | | | | | | | This prevents a leak of RenderProcessHost, and possibly other bad bugs. TEST=Added to base_unittests; also existing browser and unit tests. BUG=35571 Review URL: http://codereview.chromium.org/604048 TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/601078 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@39086 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 307.9 to 307.10chrome-release@google.com2010-02-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@39055 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 307.8 to 307.9chrome-release@google.com2010-02-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@39052 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 38690 - Linux: Temporarily turn off use of X shared memory extension.mal@chromium.org2010-02-151-0/+9
| | | | | | | | | | | BUG=25324 TEST=No more crashes in libX11? Review URL: http://codereview.chromium.org/598025 TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/596114 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@39041 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 38756 - Workaround older python versions' less capable tarfile.phajdan.jr@chromium.org2010-02-131-1/+9
| | | | | | | | | | | | TEST=none BUG=29044 Review URL: http://codereview.chromium.org/603008 TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/600121 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@39019 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 38320 - Enable the use of Freetype's emboldening in Chrome/Linux. ↵evan@chromium.org2010-02-124-2/+6
| | | | | | | | | | | | | | Skia's is not so pretty. BUG=http://crbug.com/22360 TEST=fast/encoding/denormalisedvoicedjapanesechars.html Review URL: http://codereview.chromium.org/583001 TBR=senorblanco@chromium.org Review URL: http://codereview.chromium.org/597060 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@38897 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 38446 - Fix browser crash.thakis@chromium.org2010-02-091-3/+5
| | | | | | | | | | | | BUG=34147 TEST=Fewer crash reports in RenderWidgetHost::ForwardInputEvent Review URL: http://codereview.chromium.org/598005 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/598015 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@38468 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 307.7 to 307.8chrome-release@google.com2010-02-091-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@38422 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Fix use-after-free when dragging tabs with page-actions.shess@chromium.org2010-02-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | This patches in the relevant bit of r38299: http://src.chromium.org/viewvc/chrome?view=rev&revision=38299 > When dragging and dropping a tab who's window is going away entirely, > the LocationBarViewMac instance and the PageActionViewList w/in go > away before the cell. Sometimes windows can re-display while being > closed, then BANG. BUG=34110 TEST=Install an extension which shows a page action (*). Bring up two tabs, drag one with the page action off to a separate window. Drag it back into the first window. (*) For instance, the "Subscribe in Feed Reader" example at http://code.google.com/chrome/extensions/samples.html , then browse to Google News to get a page action. Review URL: http://codereview.chromium.org/586009 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@38400 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 307.6 to 307.7chrome-release@google.com2010-02-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@38326 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 38302 - Make export_tarball.py work with older Pythons.phajdan.jr@chromium.org2010-02-061-4/+4
| | | | | | | | | | | | TEST=none BUG=29044 Review URL: http://codereview.chromium.org/578019 TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/574025 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@38303 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37594 - Wait for the DB thread to finish posting tasks to the main threaddumi@chromium.org2010-02-063-6/+36
| | | | | | | | | | | | | | before setting the WebKit client to NULL. TEST=none BUG=32228,32226 Review URL: http://codereview.chromium.org/545178 TBR=dumi@chromium.org Review URL: http://codereview.chromium.org/573044 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@38295 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 38242 - Don't crash when a theme specifies a nonexistant image.erg@chromium.org2010-02-054-6/+31
| | | | | | | | | | | | | | Fixes the current TopCrasher. BUG=31719 TEST=BrowserThemePackTest.TestNonExistantImages Review URL: http://codereview.chromium.org/572039 TBR=erg@chromium.org Review URL: http://codereview.chromium.org/579008 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@38267 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 38216 - Make Carbon plugin idle event source robust against changes ↵stuartmorgan@chromium.org2010-02-051-57/+62
| | | | | | | | | | | | | | | | | | during iteration Ensure that removing any plugin from the idle event source during iteration is safe (not just the currentlyfiring plugin). Also bulletproofs against the possibility of nested iteration. Refactors the idle event source to use a helper class, to reduce duplicate code. BUG=33467 TEST=Scroll rapidly on a page with multiple instances of a Cabon plugin. Review URL: http://codereview.chromium.org/575023 TBR=stuartmorgan@chromium.org Review URL: http://codereview.chromium.org/572037 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@38223 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 38139 - Mac: fix crash deleting bookmark while bookmark editor is open.snej@chromium.org2010-02-046-6/+197
| | | | | | | | | | | | | (xib change: enable 'preserve selection' in NSOutlineView.) BUG=33333 TEST=BookmarkEditorBaseControllerTest.SelectedFolderDeleted et al Review URL: http://codereview.chromium.org/566005 TBR=snej@chromium.org Review URL: http://codereview.chromium.org/577011 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@38141 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 38087 - Fixed notificationsrelated bug on network reconnections.akalin@chromium.org2010-02-044-7/+16
| | | | | | | | | | | | | | | | | Tied talk_mediator logged_in state to mediator_thread instead of auth_watcher. Added some extra logging. BUG=34117 TEST=see bug Review URL: http://codereview.chromium.org/566028 TBR=akalin@chromium.org Review URL: http://codereview.chromium.org/572010 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@38126 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 307.5 to 307.6chrome-release@google.com2010-02-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37958 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 307.4 to 307.5chrome-release@google.com2010-02-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37950 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37725 - GTK: Make page and app menus shortcut control flow match ↵mal@chromium.org2010-02-034-34/+15
| | | | | | | | | | | | | | windows more closely. BUG=33471 TEST=alt+f, alt+e Review URL: http://codereview.chromium.org/551214 TBR=estade@chromium.org Review URL: http://codereview.chromium.org/569022 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37937 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37919 - [Mac] Page action icons were not being properly marked as ↵andybons@chromium.org2010-02-031-15/+10
| | | | | | | | | | | | | | needing to be redrawn when they were updated. NOTE: This merge was blessed by mal and mikesmith even though it is not associated with a ForMerge bug. BUG=none TEST=Install any page action that changes its icon based on clicking something in the popup (FlashBlock) and make sure that the icon updates without having to click within the location bar or change windows. Review URL: http://codereview.chromium.org/561035 TBR=andybons@chromium.org Review URL: http://codereview.chromium.org/561040 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37935 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37873 - [Mac] Make the extension popup a singleton instance to avoid ↵andybons@chromium.org2010-02-0211-98/+77
| | | | | | | | | | | | | | | maintaining multiple pointer references to a class that, by design, can only have one popup open at a time. The bug fixed in this change has to do with PageActionView having a dirty pointer to a popup if it was closed via losing its key state. Once a notification like EXTENSION_HOST_VIEW_SHOULD_CLOSE was fired, then the PageActionView would assume the pointer was valid and call on dirty memory. TEST=none BUG=29492,33590 Review URL: http://codereview.chromium.org/561013 TBR=andybons@chromium.org Review URL: http://codereview.chromium.org/564019 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37903 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37695 - [Mac] Reduce jank in the cookie manager by lazily creating ↵rsesek@chromium.org2010-02-024-12/+23
| | | | | | | | | | | | | | | | child nodes for the UI. Also selects the first cookie node whene expanding an origin node. BUG=33248 TEST=With a lot of cookies in your profile: Chromium>Preferences>Under the Hood>Show cookies... Filter by a domain, expand the domain and the first cookie should be selected. Clear the filter and list should reappear speadily. Review URL: http://codereview.chromium.org/554151 TBR=rsesek@chromium.org Review URL: http://codereview.chromium.org/561023 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37853 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37506 - DevTools: fix console autocomplete against global object ↵yurys@chromium.org2010-02-021-1/+1
| | | | | | | | | | | | | (while not on a breakpoint). BUG=33403 Review URL: http://codereview.chromium.org/558022 TBR=pfeldman@chromium.org Review URL: http://codereview.chromium.org/560015 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37838 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 307.3 to 307.4chrome-release@google.com2010-02-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37812 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37722 - Don't store IDR ids in ThemePack files as they change whenever ↵erg@google.com2010-02-013-78/+257
| | | | | | | | | | | | | | | | | | | the grd is modified. Instead, add an association table at the top of browser_theme_pack.cc that maps the JSON string name and IDR# to a stable constant that won't change between releases. The ThemePack version number has been bumped to two, forcing a rebuild. BUG=33416 TEST=none Review URL: http://codereview.chromium.org/548207 TBR=erg@google.com git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37760 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37252 - Fix an invalid read in CocoaCookieTreeNode that occurs when ↵rsesek@chromium.org2010-02-014-19/+61
| | | | | | | | | | | | | | filtering cookies by origin. BUG=none TEST=Mac Valgrind unit_tests Review URL: http://codereview.chromium.org/555124 TBR=rsesek@chromium.org Review URL: http://codereview.chromium.org/564001 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37755 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 307.2 to 307.3chrome-release@google.com2010-02-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37742 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37433 - Fix extension remove tab crasher.viettrungluu@chromium.org2010-02-011-1/+6
| | | | | | | | | | | | BUG=30592 TEST=See bug (includes test extension). Try also on other platforms. See further posted notes. Review URL: http://codereview.chromium.org/554087 TBR=viettrungluu@chromium.org, shess@chromium.org Review URL: http://codereview.chromium.org/555203 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37741 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37736 - Fix Mac browser crash in BookmarkMenuBridge::UpdateMenu.snej@chromium.org2010-02-011-2/+6
| | | | | | | | | | | | BUG=33890 TEST=none (see steps to repro in bug report) Review URL: http://codereview.chromium.org/557085 TBR=snej@chromium.org Review URL: http://codereview.chromium.org/552264 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37738 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37342 - Add an implementation for async_network_alive to Linuxzork@chromium.org2010-01-304-20/+126
| | | | | | | | | | | BUG=33091 TEST=none Review URL: http://codereview.chromium.org/552162 TBR=zork@chromium.org git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37599 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37587 - Fix a figure in the overview, along with associated text.kathyw@chromium.org2010-01-305-601/+519
| | | | | | | | | | | | | | | | | | (This was clearly wrong; I can't believe I was the first to notice it.) Also added some alt text, while I was in there. TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/555181 TBR=kathyw@chromium.org Review URL: http://codereview.chromium.org/552243 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37591 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37417 - [Mac] Prevent scriptinitiated tab close while a content select ↵shess@chromium.org2010-01-291-0/+9
| | | | | | | | | | | | | | menu is up. BUG=31716 TEST=test.html from the bug, page shouldn't close while select popup is up. Review URL: http://codereview.chromium.org/555144 TBR=shess@chromium.org Review URL: http://codereview.chromium.org/549212 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37549 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37539 - Fix possible iterator corruption in Carbon plugin idle event ↵stuartmorgan@chromium.org2010-01-291-2/+6
| | | | | | | | | | | | | | handling BUG=33467 TEST=Scroll a Carbon plugin on and off screen repeatedly; it should not crash. Review URL: http://codereview.chromium.org/556078 TBR=stuartmorgan@chromium.org Review URL: http://codereview.chromium.org/556081 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37542 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37521 - Mac bookmark manager: Crash after deleting folder in left panesnej@chromium.org2010-01-293-10/+33
| | | | | | | | | | | BUG=33083 TEST=BookmarkTreeControllerTest.Deletion TBR=snej@chromium.org Review URL: http://codereview.chromium.org/555169 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37522 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37334 - Add promo for extensions and bookmark sync back into the Mac ↵mirandac@google.com2010-01-282-6/+1
| | | | | | | | | | | | | | | | NTP. Also, fix font size bug that snuck in with a recent webkit roll. BUG= 33291 TEST= run a Mac build with a new profile. See the extension / sync promo line and the puzzle piece on the NTP. Review URL: http://codereview.chromium.org/552193 TBR=mirandac@chromium.org Review URL: http://codereview.chromium.org/556065 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37454 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37444 - Mac bookmark mgr: Restore previously selected group when ↵snej@chromium.org2010-01-284-4/+83
| | | | | | | | | | | | | | search field is cleared. BUG=32734 TEST=none Review URL: http://codereview.chromium.org/555112 TBR=snej@chromium.org Review URL: http://codereview.chromium.org/558023 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37445 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37438 - Fix Mac crash when page goes away while a popup menu is active.snej@chromium.org2010-01-281-3/+15
| | | | | | | | | | | | | This may also fix some cases of the older related bug 31716. BUG=33250 TEST=see steps to reproduce in the bug report Review URL: http://codereview.chromium.org/558021 TBR=snej@chromium.org Review URL: http://codereview.chromium.org/548191 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37440 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 307.1 to 307.2chrome-release@google.com2010-01-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37356 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37340 - Small updates/improvements to manifest docs.kathyw@chromium.org2010-01-274-20/+32
| | | | | | | | | | | | | TBR=aa BUG=none TEST=none Review URL: http://codereview.chromium.org/548169 TBR=kathyw@chromium.org Review URL: http://codereview.chromium.org/554106 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37347 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 37244 - Separate out pageloadtimes to distinguish reload etc.eblake@chromium.org2010-01-272-76/+144
| | | | | | | | | | | | | | | | | | | | from navigation We now have 4 categories, and we gather histogram for each of those categories. In addition, I transitioned all the A/B experiments to use the data only when a "real" navigation takes place, and not when a reload or back/forward is instigated. BUG=33229 r=darin Review URL: http://codereview.chromium.org/555109 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/552201 git-svn-id: svn://svn.chromium.org/chrome/branches/307/src@37331 0039d316-1c4b-4281-b951-d872f2087c98