| Commit message (Expand) | Author | Age | Files | Lines |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | honor index in createTab() | rafaelw@chromium.org | 2009-05-06 | 1 | -2/+2 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 4 | -4/+4 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 3 | -3/+3 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 5 | -26/+17 |
* | Stop the location bar from flashing white when navigating from one HTTPS site... | abarth@chromium.org | 2009-05-01 | 2 | -6/+5 |
* | Add some histograms to see how often users click through blocking pages. | abarth@chromium.org | 2009-05-01 | 1 | -1/+22 |
* | Migrating the SSL UI tests to be browser tests. | jcampan@chromium.org | 2009-04-29 | 1 | -8/+763 |
* | Relanding this: | jcampan@chromium.org | 2009-04-28 | 1 | -0/+20 |
* | Reverting my change it breaks release compilation on Windows. | jcampan@chromium.org | 2009-04-27 | 1 | -20/+0 |
* | This patch adds a new kind of tests: browser tests. | jcampan@chromium.org | 2009-04-27 | 1 | -0/+20 |
* | Revert 14569 | abarth@chromium.org | 2009-04-26 | 1 | -22/+1 |
* | Add some histograms to see how often users click through blocking pages. | abarth@chromium.org | 2009-04-26 | 1 | -1/+22 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 3 | -3/+3 |
* | Reverting 14005. | brettw@chromium.org | 2009-04-18 | 3 | -3/+3 |
* | Fix the ownership model of TabContents and NavigationController. Previously the | brettw@chromium.org | 2009-04-18 | 3 | -3/+3 |
* | Remove TabContentsType from the NavigationController external interface and in | brettw@chromium.org | 2009-04-15 | 1 | -4/+4 |
* | Remove more unneeded scaffolding. | thestig@chromium.org | 2009-04-08 | 2 | -8/+3 |
* | Stop serializing WebString over IPC. The new rule is that only POD (plain old | darin@chromium.org | 2009-04-06 | 3 | -13/+8 |
* | Remove more reliance on tab contents types. | brettw@chromium.org | 2009-04-05 | 1 | -1/+0 |
* | Remove some uses of custom tab contents types from some tests. | brettw@chromium.org | 2009-04-04 | 1 | -3/+1 |
* | Use WebConsoleMessage instead of ConsoleMessageLevel. | darin@chromium.org | 2009-03-31 | 3 | -9/+17 |
* | Resubmitted code from revision 12809. The bug in the Windows SSL stack that | markus@chromium.org | 2009-03-31 | 1 | -2/+10 |
* | Reverting, as this changelist broke unittests on Windows. | markus@chromium.org | 2009-03-30 | 1 | -10/+2 |
* | Change the bad-certificate handler for SSL (using NSS) to return an | markus@chromium.org | 2009-03-30 | 1 | -2/+10 |
* | SSLPolicy fix: Step 9 of 9 (hopefully!). | abarth@chromium.org | 2009-03-20 | 7 | -197/+241 |
* | Check return values for ReadInt in SSL manager | agl@chromium.org | 2009-03-18 | 1 | -4/+3 |
* | Remove bogus DCHECK | abarth@chromium.org | 2009-03-18 | 1 | -3/+0 |
* | SSLPolicy Fix: Step 8. | abarth@chromium.org | 2009-03-18 | 4 | -144/+267 |
* | SSLPolicy Fix: Step 7. | abarth@chromium.org | 2009-03-17 | 2 | -263/+103 |
* | SSLPolicy Fix: Step 6. | abarth@chromium.org | 2009-03-17 | 3 | -17/+69 |
* | Add missing file. | abarth@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | SSLPolicy Fix: Step 5. | abarth@chromium.org | 2009-03-17 | 2 | -4/+4 |
* | SSLPolicy Fix: Step 3. | abarth@chromium.org | 2009-03-17 | 4 | -9/+47 |
* | Move controls into their own dir under chrome/views/controls | ben@chromium.org | 2009-03-17 | 1 | -2/+1 |
* | Remove unneeded uses of logging.h in header files. | thestig@chromium.org | 2009-03-12 | 2 | -1/+2 |
* | Stop having renderers use both pids and a monotonically increasing "host_id".... | jam@chromium.org | 2009-03-12 | 2 | -2/+2 |
* | A little cleanup of ResourceDispatcherHost to make it less renderer centric, ... | jam@chromium.org | 2009-03-10 | 1 | -1/+1 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 4 | -4/+0 |
* | Landing again the CL that adds security info to canceled requests (last time ... | jcampan@chromium.org | 2009-03-08 | 2 | -5/+17 |
* | Revert change 11197 because it created 138 new layout tests | nsylvain@chromium.org | 2009-03-07 | 2 | -17/+5 |
* | Landing again the CL that adds security info to canceled requests (it was bre... | jcampan@chromium.org | 2009-03-07 | 2 | -5/+17 |
* | Reverting 11179. | jcampan@chromium.org | 2009-03-07 | 2 | -17/+5 |
* | This CL adds a way to specify the security info when canceling a URLRequest. | jcampan@chromium.org | 2009-03-07 | 2 | -5/+17 |
* | Enable interstitial pages for SSL certificate errors on Linux. | markus@chromium.org | 2009-03-07 | 1 | -5/+0 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 1 | -6/+11 |
* | revert broken change 10833 | nsylvain@chromium.org | 2009-03-03 | 2 | -42/+26 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 2 | -26/+42 |
* | Revert dsh's change 10818 | nsylvain@chromium.org | 2009-03-03 | 2 | -39/+26 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 2 | -26/+39 |