- 6c6b02d When the user navigates to the home page, make sure to set the RLZ string by [email protected] · 14 years ago
- a1be1f8 Revert 99283 - When the user navigates to the home page, make sure to set the RLZ string by [email protected] · 14 years ago
- 95d9e253 When the user navigates to the home page, make sure to set the RLZ string by [email protected] · 14 years ago
- 867e1f9 Don't update URL bar or SSL icon for pending history navs until they commit. by [email protected] · 14 years ago
- 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
- 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
- 77362eb Set the SiteInstance on restored NavigationEntries earlier. by [email protected] · 14 years ago
- 3d7474ff Removal of Profile from content part 1. by [email protected] · 14 years ago
- 485e823 Add a second line of defense against URL spoofs, killing the renderer instead. by [email protected] · 14 years ago
- d466b8a Keep track of the history's page IDs to avoid navigating to a stale entry. by [email protected] · 14 years ago
- b8148ac Move BrowserURLHandler to content, and keep the Chrome specific ones in Chrome. by [email protected] · 14 years ago
- 43211582 Moving notification types which are chrome specific to a new header file chrome_notification_types.h. by [email protected] · 14 years ago
- 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
- c3753652 Revert 89864 - Don't rely on user gestures for deciding when to dismiss infobars. by [email protected] · 14 years ago
- 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
- 300dfbd Don't rely on user gestures for deciding when to dismiss infobars. by [email protected] · 14 years ago
- 8189899 Moves NavigationController::session_id into RestoreTabHelper. by [email protected] · 14 years ago
- f193379 Get rid of the following dependencies from content: by [email protected] · 14 years ago
- 03838e2 Moves some of the session dependencies from content to chrome. by [email protected] · 14 years ago
- 93f230e0 Removes bookmarkbar logic from TabContents. by [email protected] · 14 years ago
- 2f89b60 Remove chrome/browser/browser_about_handler.h dependency from content. by [email protected] · 14 years ago
- 8286f51a Factor load notification detail structs out of NavigationController and into by [email protected] · 14 years ago
- 47dcbdc Fix a crash where an index to a modified array wasn't always kept up to date. by [email protected] · 14 years ago
- 9a7e68c Remove NavigationController::CommitPendingEntry by [email protected] · 14 years ago
- 0f012df8 Drop url_constants dependency in content/. by [email protected] · 14 years ago
- f1eb87a Fix "chrome://bookmarks" URL not displaying in omnibox. by [email protected] · 14 years ago
- b80f6843 Remove safe_browsing code from BrowserRenderProcessHost. Also remove crash reporting glue in content. by [email protected] · 14 years ago
- 6b2f7a8 Revert my recent changes regarding title directionality. by [email protected] · 14 years ago
- 40ead7b6 Change NavigationEntry's title fields to carry the text direction. by [email protected] · 14 years ago
- 419a057 Added DisabledSchemes policy. by [email protected] · 14 years ago
- 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
- 20d1c99 Ensure URL is updated after a cross-site navigation is pre-empted by by [email protected] · 14 years ago
- 230c001 Fix classification of a history.back() that interrupts a pending navigation. by [email protected] · 14 years ago
- 228d0659 Get rid of some dependencies on chrome from content. by [email protected] · 14 years ago
- 0aed2f5 Move a bunch of renderer->browser messages to content. by [email protected] · 14 years ago
- 49bd30e6 Avoid corrupting the pending_entry when an unexpected navigation commits. by [email protected] · 14 years ago
- 4303234 Makes instant throw out the first navigation when merging navigation by [email protected] · 14 years ago
- 4dd5793 Move the remaining files in chrome\common to content\common. by [email protected] · 14 years ago
- 7f070d4 Update a bunch of files to the new location of notification files. by [email protected] · 14 years ago
- c263464 fix display of filenames in file:/// URLs by [email protected] · 14 years ago
- 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
- 9bfcfd2 Revert 76792 - fix display of filenames in file:/// URLs by [email protected] · 14 years ago
- 3ce9568 fix display of filenames in file:/// URLs by [email protected] · 14 years ago
- 0f38dc455 Duplicate tab does not work for POST pages. by [email protected] · 14 years ago
- 567812d Move in_process_webkit dir from chrome\browser to content\browser. by [email protected] · 14 years ago
- 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]
- da25dd5 Changes instant so that the newly created tab has a new id. Doing by [email protected] · 15 years ago
- 77d8d62 View source after POST command isn't what you expected. by [email protected] · 15 years ago
- 5aab5e2 Makes instant run before unload listeners. by [email protected] · 15 years ago
- d99bcaa Remove unneeded browser_process.h includes. by [email protected] · 15 years ago
- 8ecad5e Move: by [email protected] · 15 years ago
- cccd376 Part 3 of reapplying r64637. by [email protected] · 15 years ago
- ea1c18e Revert "Refactor automation messages." due to mysterious problems on mac. by [email protected] · 15 years ago
- 363680f Refactor automation messages. by [email protected] · 15 years ago
- 47e020a Makes session restore work correctly with instant. by [email protected] · 15 years ago
- 98d2ab1 Remove traces for the WhitelistExtension test. The flakiness seems to be gone. by [email protected] · 15 years ago
- 585c937c Adjust the traces for WhitelistedExtension. by [email protected] · 15 years ago
- 97b6c4f Makes instant support other open dispositions. by [email protected] · 15 years ago
- 6ebdc9b Revert 60527 - Fix flickering when calling push/replaceState (or changing the location hash) by [email protected] · 15 years ago
- 36e7184 Add parentheses around bit-wise operations to quieten warning. by [email protected] · 15 years ago
- bcb6976a Fix flickering when calling push/replaceState (or changing the location hash) by [email protected] · 15 years ago
- 088ee1af Simple fix correcting the assignment of page_id to RenderView instances. by [email protected] · 15 years ago
- 6ee12c4 Fix SessionStorage by [email protected] · 15 years ago
- 784688a6 Reland r54723. Implement the webNavigation.onCommitted event. by [email protected] · 15 years ago
- e1081d9 Partial clone of the following CL: http://codereview.chromium.org/3013045/show by [email protected] · 15 years ago
- 3c979aba Revert 58809 - Implement the webNavigation.onCommitted event. by [email protected] · 15 years ago
- f71a329 Implement the webNavigation.onCommitted event. by [email protected] · 15 years ago
- 429c909 Revert 58802 - Implement the webNavigation.onCommitted event. by [email protected] · 15 years ago
- 9220f6c Implement the webNavigation.onCommitted event. by [email protected] · 15 years ago
- 9f284f13 Remove the wstring FormatUrl() functions (and convert remaining users to the string16 verison). by [email protected] · 15 years ago
- 6139815 Makes NavigationController::max_restored_page_id_ an int32 to match by [email protected] · 15 years ago
- e1cd545 Adds NavigationController::CopyStateFromAndPrune which merges two by [email protected] · 15 years ago
- 37858e5 Move prefs-related files under chrome/browser/ into a prefs/ subdir. by [email protected] · 15 years ago
- 939856a FBTF: Move individual XXXMsg_Params structs to a new file. by [email protected] · 15 years ago
- 4bf3522c Undo user gesture detection added to NavigationController by r18373, since by [email protected] · 15 years ago
- 05f5654 Revert 56693 - broke compile by [email protected] · 15 years ago
- 22b83aa4 Undo user gesture detection added to NavigationController by r18373, since by [email protected] · 15 years ago
- 252cad6 Remove all wstrings from the IPC logging subsystem. by [email protected] · 15 years ago
- 6d7a604 remove toolstrips by [email protected] · 15 years ago
- 33b9df4 Cleanup: Remove unneeded headers from app/ by [email protected] · 15 years ago
- 8d19c7d Deprecate more old filepath functions. by [email protected] · 15 years ago
- ddd231e Change a bunch of string types. by [email protected] · 15 years ago
- e6035c2 Swap the check for "same page" navigations to happen after the check for "auto by [email protected] · 15 years ago
- f100c82 Don't clear user_gesture_observed_ when navigating within a page. by [email protected] · 15 years ago
- b6ea741 Lands http://codereview.chromium.org/1744011/show for Hans: by [email protected] · 15 years ago
- c70f9b8 Close a newly opened (by cmd-clicking on a link) tab if it resulted in a download. by [email protected] · 15 years ago
- 965bb09 Refactor common, platform-independent code for the repost form warning dialog on all platforms into a delegate. by [email protected] · 15 years ago
- 3cc72b1 Send session history offset and length parameters in the Navigate message to by [email protected] · 15 years ago
- 106a081 Make repost form warning tab-modal on Mac. by [email protected] · 15 years ago
- ccbe04e Add chromium-side support for history.{push,replace}State. by [email protected] · 15 years ago
- 25396da Fixes navigation issues with interstitial pages. by [email protected] · 15 years ago
- 192d8c5e Make the translation bar not show up again when you closed it in a page by [email protected] · 15 years ago
- 1ccb3568d linux: plumb shift-reload down into new shift-reload API by [email protected] · 15 years ago
- 052313b Move pref_{member,service} and important_file_writer from chrome/common by [email protected] · 15 years ago
- 72097fd0 Fixes bug where needs_reload_ was not getting set to false in some by [email protected] · 16 years ago
- 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
- 3168228 Enable the context menu and developer menu "View source" items at the same time. by [email protected] · 16 years ago
- 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
- d5a49e5 Fix a bug of unnecessary "Confirm form resubmission" dialog. by [email protected] · 16 years ago
- 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