1. 6c6b02d When the user navigates to the home page, make sure to set the RLZ string by [email protected] · 14 years ago
  2. a1be1f8 Revert 99283 - When the user navigates to the home page, make sure to set the RLZ string by [email protected] · 14 years ago
  3. 95d9e253 When the user navigates to the home page, make sure to set the RLZ string by [email protected] · 14 years ago
  4. 867e1f9 Don't update URL bar or SSL icon for pending history navs until they commit. by [email protected] · 14 years ago
  5. 9e1ad4b A number of issues weren't addressed with the earlier patch for prerender + browsing history, particularly for instant pages. by [email protected] · 14 years ago
  6. 796931a9 A fairly recent change introduced a history of page_ids for each RenderView, to validate that Navigation's go to legitimate pages. by [email protected] · 14 years ago
  7. 77362eb Set the SiteInstance on restored NavigationEntries earlier. by [email protected] · 14 years ago
  8. 3d7474ff Removal of Profile from content part 1. by [email protected] · 14 years ago
  9. 485e823 Add a second line of defense against URL spoofs, killing the renderer instead. by [email protected] · 14 years ago
  10. d466b8a Keep track of the history's page IDs to avoid navigating to a stale entry. by [email protected] · 14 years ago
  11. b8148ac Move BrowserURLHandler to content, and keep the Chrome specific ones in Chrome. by [email protected] · 14 years ago
  12. 43211582 Moving notification types which are chrome specific to a new header file chrome_notification_types.h. by [email protected] · 14 years ago
  13. 4e697b04 Re-land r89864. Hopefully this won't trigger the apparent perf regression now that we've tweaked things. If it does, I'll continue to investigate. by [email protected] · 14 years ago
  14. c3753652 Revert 89864 - Don't rely on user gestures for deciding when to dismiss infobars. by [email protected] · 14 years ago
  15. ac55e29 Get rid of the implicit content dependency on how Chrome stores its resources. This way content and lower modules like WebKit can still know about grit, but the embedder is responsible for knowing how to fetch a resource given its id. by [email protected] · 14 years ago
  16. 300dfbd Don't rely on user gestures for deciding when to dismiss infobars. by [email protected] · 14 years ago
  17. 8189899 Moves NavigationController::session_id into RestoreTabHelper. by [email protected] · 14 years ago
  18. f193379 Get rid of the following dependencies from content: by [email protected] · 14 years ago
  19. 03838e2 Moves some of the session dependencies from content to chrome. by [email protected] · 14 years ago
  20. 93f230e0 Removes bookmarkbar logic from TabContents. by [email protected] · 14 years ago
  21. 2f89b60 Remove chrome/browser/browser_about_handler.h dependency from content. by [email protected] · 14 years ago
  22. 8286f51a Factor load notification detail structs out of NavigationController and into by [email protected] · 14 years ago
  23. 47dcbdc Fix a crash where an index to a modified array wasn't always kept up to date. by [email protected] · 14 years ago
  24. 9a7e68c Remove NavigationController::CommitPendingEntry by [email protected] · 14 years ago
  25. 0f012df8 Drop url_constants dependency in content/. by [email protected] · 14 years ago
  26. f1eb87a Fix "chrome://bookmarks" URL not displaying in omnibox. by [email protected] · 14 years ago
  27. b80f6843 Remove safe_browsing code from BrowserRenderProcessHost. Also remove crash reporting glue in content. by [email protected] · 14 years ago
  28. 6b2f7a8 Revert my recent changes regarding title directionality. by [email protected] · 14 years ago
  29. 40ead7b6 Change NavigationEntry's title fields to carry the text direction. by [email protected] · 14 years ago
  30. 419a057 Added DisabledSchemes policy. by [email protected] · 14 years ago
  31. 9966325b Remove the last Chrome dependencies from renderer, and enforce no more includes through DEPS. I also added DEPS checking for gpu/plugin/worker directories as well. I moved the Chrome specific browser tests to the chrome directory, and removed render_widget_unittest since it didn't seem to be testing much (there are tests that test it much more fully). I had to move bindings_policy.h, which ideally would be split into separate pieces so that the content layer only has to know about the content bindings. Given that it's basically an enum, I moved the whole file now since it's used in a lot of places, and the value of turning on DEPS checking is really high. by [email protected] · 14 years ago
  32. 20d1c99 Ensure URL is updated after a cross-site navigation is pre-empted by by [email protected] · 14 years ago
  33. 230c001 Fix classification of a history.back() that interrupts a pending navigation. by [email protected] · 14 years ago
  34. 228d0659 Get rid of some dependencies on chrome from content. by [email protected] · 14 years ago
  35. 0aed2f5 Move a bunch of renderer->browser messages to content. by [email protected] · 14 years ago
  36. 49bd30e6 Avoid corrupting the pending_entry when an unexpected navigation commits. by [email protected] · 14 years ago
  37. 4303234 Makes instant throw out the first navigation when merging navigation by [email protected] · 14 years ago
  38. 4dd5793 Move the remaining files in chrome\common to content\common. by [email protected] · 14 years ago
  39. 7f070d4 Update a bunch of files to the new location of notification files. by [email protected] · 14 years ago
  40. c263464 fix display of filenames in file:/// URLs by [email protected] · 14 years ago
  41. b9e8ea6 Take out the is_content_filtered bool that gets passed around betwen renderer/browser and WebKit, since it's not used anywhere. by [email protected] · 14 years ago
  42. 9bfcfd2 Revert 76792 - fix display of filenames in file:/// URLs by [email protected] · 14 years ago
  43. 3ce9568 fix display of filenames in file:/// URLs by [email protected] · 14 years ago
  44. 0f38dc455 Duplicate tab does not work for POST pages. by [email protected] · 14 years ago
  45. 567812d Move in_process_webkit dir from chrome\browser to content\browser. by [email protected] · 14 years ago
  46. 0dd3a0ab Start moving core pieces of Chrome multi-process code to src\content. I'm starting with tab_contents directory.In future changes the headers that include these files will be updated. Once all the files are moved (i.e. renderer_host, rest of browser, renderer etc), then refactoring can begin so that content\DEPS doesn't have chrome in it. by [email protected] · 14 years ago[Renamed (99%) from chrome/browser/tab_contents/navigation_controller.cc]
  47. da25dd5 Changes instant so that the newly created tab has a new id. Doing by [email protected] · 15 years ago
  48. 77d8d62 View source after POST command isn't what you expected. by [email protected] · 15 years ago
  49. 5aab5e2 Makes instant run before unload listeners. by [email protected] · 15 years ago
  50. d99bcaa Remove unneeded browser_process.h includes. by [email protected] · 15 years ago
  51. 8ecad5e Move: by [email protected] · 15 years ago
  52. cccd376 Part 3 of reapplying r64637. by [email protected] · 15 years ago
  53. ea1c18e Revert "Refactor automation messages." due to mysterious problems on mac. by [email protected] · 15 years ago
  54. 363680f Refactor automation messages. by [email protected] · 15 years ago
  55. 47e020a Makes session restore work correctly with instant. by [email protected] · 15 years ago
  56. 98d2ab1 Remove traces for the WhitelistExtension test. The flakiness seems to be gone. by [email protected] · 15 years ago
  57. 585c937c Adjust the traces for WhitelistedExtension. by [email protected] · 15 years ago
  58. 97b6c4f Makes instant support other open dispositions. by [email protected] · 15 years ago
  59. 6ebdc9b Revert 60527 - Fix flickering when calling push/replaceState (or changing the location hash) by [email protected] · 15 years ago
  60. 36e7184 Add parentheses around bit-wise operations to quieten warning. by [email protected] · 15 years ago
  61. bcb6976a Fix flickering when calling push/replaceState (or changing the location hash) by [email protected] · 15 years ago
  62. 088ee1af Simple fix correcting the assignment of page_id to RenderView instances. by [email protected] · 15 years ago
  63. 6ee12c4 Fix SessionStorage by [email protected] · 15 years ago
  64. 784688a6 Reland r54723. Implement the webNavigation.onCommitted event. by [email protected] · 15 years ago
  65. e1081d9 Partial clone of the following CL: http://codereview.chromium.org/3013045/show by [email protected] · 15 years ago
  66. 3c979aba Revert 58809 - Implement the webNavigation.onCommitted event. by [email protected] · 15 years ago
  67. f71a329 Implement the webNavigation.onCommitted event. by [email protected] · 15 years ago
  68. 429c909 Revert 58802 - Implement the webNavigation.onCommitted event. by [email protected] · 15 years ago
  69. 9220f6c Implement the webNavigation.onCommitted event. by [email protected] · 15 years ago
  70. 9f284f13 Remove the wstring FormatUrl() functions (and convert remaining users to the string16 verison). by [email protected] · 15 years ago
  71. 6139815 Makes NavigationController::max_restored_page_id_ an int32 to match by [email protected] · 15 years ago
  72. e1cd545 Adds NavigationController::CopyStateFromAndPrune which merges two by [email protected] · 15 years ago
  73. 37858e5 Move prefs-related files under chrome/browser/ into a prefs/ subdir. by [email protected] · 15 years ago
  74. 939856a FBTF: Move individual XXXMsg_Params structs to a new file. by [email protected] · 15 years ago
  75. 4bf3522c Undo user gesture detection added to NavigationController by r18373, since by [email protected] · 15 years ago
  76. 05f5654 Revert 56693 - broke compile by [email protected] · 15 years ago
  77. 22b83aa4 Undo user gesture detection added to NavigationController by r18373, since by [email protected] · 15 years ago
  78. 252cad6 Remove all wstrings from the IPC logging subsystem. by [email protected] · 15 years ago
  79. 6d7a604 remove toolstrips by [email protected] · 15 years ago
  80. 33b9df4 Cleanup: Remove unneeded headers from app/ by [email protected] · 15 years ago
  81. 8d19c7d Deprecate more old filepath functions. by [email protected] · 15 years ago
  82. ddd231e Change a bunch of string types. by [email protected] · 15 years ago
  83. e6035c2 Swap the check for "same page" navigations to happen after the check for "auto by [email protected] · 15 years ago
  84. f100c82 Don't clear user_gesture_observed_ when navigating within a page. by [email protected] · 15 years ago
  85. b6ea741 Lands http://codereview.chromium.org/1744011/show for Hans: by [email protected] · 15 years ago
  86. c70f9b8 Close a newly opened (by cmd-clicking on a link) tab if it resulted in a download. by [email protected] · 15 years ago
  87. 965bb09 Refactor common, platform-independent code for the repost form warning dialog on all platforms into a delegate. by [email protected] · 15 years ago
  88. 3cc72b1 Send session history offset and length parameters in the Navigate message to by [email protected] · 15 years ago
  89. 106a081 Make repost form warning tab-modal on Mac. by [email protected] · 15 years ago
  90. ccbe04e Add chromium-side support for history.{push,replace}State. by [email protected] · 15 years ago
  91. 25396da Fixes navigation issues with interstitial pages. by [email protected] · 15 years ago
  92. 192d8c5e Make the translation bar not show up again when you closed it in a page by [email protected] · 15 years ago
  93. 1ccb3568d linux: plumb shift-reload down into new shift-reload API by [email protected] · 15 years ago
  94. 052313b Move pref_{member,service} and important_file_writer from chrome/common by [email protected] · 15 years ago
  95. 72097fd0 Fixes bug where needs_reload_ was not getting set to false in some by [email protected] · 16 years ago
  96. 59afea1 The final step in making session storage cross-process. Remove dead code and do a bit of refactoring. Use the recently added session_storage_namespace_id_. by [email protected] · 16 years ago
  97. 3168228 Enable the context menu and developer menu "View source" items at the same time. by [email protected] · 16 years ago
  98. 4e6419c Introduce all the plumbing for Session Storage. This mostly consists of creating and tracking namespace ids in conjunction with the tabs. This is essentially just a bunch of dead code at the moment, but the next patch will get rid of the old way of generating/cloning IDs (initiated by the renderer) and instead use these IDs. by [email protected] · 16 years ago
  99. d5a49e5 Fix a bug of unnecessary "Confirm form resubmission" dialog. by [email protected] · 16 years ago
  100. 38178a4 Allow rewriting of URLs to be reversed in some cases, so that if the underlying renderer URL changes, the virtual URL displayed in the address bar can be updated to reflect that. Currently apply that technique only to view-source rewrites, so it will follow redirects. by [email protected] · 16 years ago