| Commit message (Expand) | Author | Age | Files | Lines |
* | Clear RenderThread of any Chrome specific code, and move a bunch of stuff out... | jam@chromium.org | 2011-04-16 | 1 | -0/+1 |
* | Let Pepper open FileSystem files again. | ericu@google.com | 2011-04-16 | 2 | -0/+30 |
* | Remove the TabContentsDelegate::ToolbarSizeChanged() method as no one was usi... | pkasting@chromium.org | 2011-04-15 | 4 | -14/+0 |
* | Fix crash reporting for ppapi | piman@google.com | 2011-04-15 | 2 | -31/+28 |
* | Cleanup: Move TabContent::PrintNow() out of src/content. | thestig@chromium.org | 2011-04-15 | 4 | -22/+0 |
* | Create a content::ResourceContext. | willchan@chromium.org | 2011-04-15 | 18 | -85/+263 |
* | Don't focus popup windows / panels unless spawned by a user gesture. | stevenjb@google.com | 2011-04-15 | 2 | -5/+7 |
* | Also fire onBeforeRetarget events if now tabs/windows are opened due to user ... | jochen@chromium.org | 2011-04-15 | 3 | -1/+17 |
* | Fixes crash in TabContents. During shutdown render_view_host may | sky@chromium.org | 2011-04-15 | 1 | -1/+3 |
* | Added GpuMsg_VisibilityChanged message. | amarinichev@chromium.org | 2011-04-15 | 2 | -0/+20 |
* | Change the client-side phishing detection request format. Instead of | noelutz@google.com | 2011-04-14 | 1 | -1/+1 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -2/+2 |
* | Move FilePathWatcher to base/files. | craig.schlenter@chromium.org | 2011-04-14 | 2 | -5/+9 |
* | [Mac] Replace instances of IDR_DEFAULT_FAVICON with nav.pdf. | rsesek@chromium.org | 2011-04-14 | 1 | -3/+4 |
* | Use TabContentsObserver to monitor web navigation events instead of notificat... | jochen@chromium.org | 2011-04-14 | 4 | -38/+72 |
* | Wire up the extension API for registering NaCl modules to an actual registry ... | abarth@chromium.org | 2011-04-14 | 1 | -28/+3 |
* | Asynchronously create the ppapi broker. | ddorwin@chromium.org | 2011-04-14 | 7 | -12/+382 |
* | Implement Clipboard::ReadImage for Windows. | dcheng@chromium.org | 2011-04-13 | 1 | -1/+4 |
* | Count histograms initiated and finished by the download system. | rdsmith@chromium.org | 2011-04-13 | 1 | -0/+3 |
* | Renamed raw_data_length to encoded_data_length | vsevik@chromium.org | 2011-04-13 | 2 | -5/+5 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-13 | 2 | -27/+27 |
* | Suppress login prompting for favicons. | asanka@chromium.org | 2011-04-13 | 1 | -2/+7 |
* | Add enableReferrers and enableHyperlinkAuditing to contentSettings.misc exten... | bauerb@chromium.org | 2011-04-13 | 1 | -1/+6 |
* | Add OWNERS file for content/browser/geolocation. | hans@chromium.org | 2011-04-13 | 1 | -0/+3 |
* | Profile shouldn't own DesktopNotificationService. | torne@chromium.org | 2011-04-13 | 2 | -2/+5 |
* | Adding an initial Bidi Checker test. | ofri@google.com | 2011-04-13 | 2 | -0/+54 |
* | Fix clang build that have been broken by 81364. | kinuko@chromium.org | 2011-04-13 | 1 | -1/+2 |
* | Add IPC plumbing code for Quota API | kinuko@chromium.org | 2011-04-13 | 2 | -0/+77 |
* | Add initial changes to intercept logging. | dtseng@chromium.org | 2011-04-13 | 2 | -3/+28 |
* | Move code that talks to spelling and translate out of content. I create Chro... | jam@chromium.org | 2011-04-13 | 4 | -256/+0 |
* | Pull content from TabContentsViewViews into NativeTabContentsViewWin. | ben@chromium.org | 2011-04-12 | 1 | -3/+1 |
* | Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac... | ericu@google.com | 2011-04-12 | 2 | -27/+27 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-12 | 2 | -27/+27 |
* | Implements AudioInputDevice API for low-latency audio input in the browser pr... | scherkus@chromium.org | 2011-04-12 | 7 | -28/+707 |
* | Move P2P sockets host code to content/browser/renderer_host/p2p/ | sergeyu@chromium.org | 2011-04-12 | 8 | -34/+44 |
* | Ensure URL is updated after a cross-site navigation is pre-empted by | creis@chromium.org | 2011-04-12 | 2 | -1/+84 |
* | Revert 81277 - Profile shouldn't own DesktopNotificationService.DesktopNotifi... | siggi@chromium.org | 2011-04-12 | 2 | -5/+2 |
* | Profile shouldn't own DesktopNotificationService. | torne@chromium.org | 2011-04-12 | 2 | -2/+5 |
* | Implement easy GPU feature status summary. | nduca@chromium.org | 2011-04-12 | 2 | -26/+184 |
* | Renames TabStripModel and Browser's selected_index to | sky@chromium.org | 2011-04-12 | 1 | -4/+4 |
* | a Downloaded or retrieved favicon and touch in FaviconHelper. | michaelbai@google.com | 2011-04-12 | 2 | -1/+21 |
* | Rework the in-browser thumbnailing by doing everything in ThumbnailGenerator. | satorux@chromium.org | 2011-04-12 | 3 | -16/+8 |
* | Add a path for a web page to request the enumeration of a directory. This, t... | johnnyg@chromium.org | 2011-04-12 | 5 | -0/+78 |
* | Revert 81175 since as kbr pointed out, this would break GPU in the meantime s... | jam@chromium.org | 2011-04-11 | 3 | -36/+19 |
* | Reland r79470 and disable the failing GPU test (and prerendering tests that u... | jam@chromium.org | 2011-04-11 | 3 | -19/+36 |
* | Revert 81158 due to memory bots - a Downloaded or retrieved favicon and touch... | erg@google.com | 2011-04-11 | 2 | -21/+1 |
* | Rename TabContentsViewWin to TabContentsViewViews | ben@chromium.org | 2011-04-11 | 1 | -1/+1 |
* | a Downloaded or retrieved favicon and touch in FaviconHelper. | michaelbai@google.com | 2011-04-11 | 2 | -1/+21 |
* | Pass over the log level of console.* JS calls from renderer to browser. | dtseng@chromium.org | 2011-04-11 | 2 | -3/+9 |
* | Cleanup RenderMessageFilter. | jam@chromium.org | 2011-04-11 | 4 | -267/+107 |