| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 262846, as the revert has now been merged to M35. | mmenke@chromium.org | 2014-04-15 | 1 | -16/+48 |
* | More removal of GTK code. | erg@chromium.org | 2014-04-15 | 1 | -6/+0 |
* | Revert 255617, due to it not tracking use of the link doctor page properly. | mmenke@chromium.org | 2014-04-09 | 1 | -48/+16 |
* | Move extensions manifest IconsHandler to //extensions | jamescook@chromium.org | 2014-04-09 | 1 | -1/+1 |
* | Move extension_icon_set.{h,cc} to //extensions | rockot@chromium.org | 2014-04-07 | 1 | -1/+1 |
* | Revert "Revert 261654 "Move some extension constants out of //chrome."" | rockot@google.com | 2014-04-04 | 1 | -1/+1 |
* | Revert 261654 "Move some extension constants out of //chrome." | rockot@google.com | 2014-04-04 | 1 | -1/+1 |
* | Move some extension constants out of //chrome. | rockot@chromium.org | 2014-04-04 | 1 | -1/+1 |
* | Reland 254207 (Reverted in 254241, due to a missing line. Cleaned up code a ... | mmenke@chromium.org | 2014-03-07 | 1 | -14/+48 |
* | Revert 254207 "Switch to using the new Link Doctor API." | erikwright@chromium.org | 2014-02-28 | 1 | -75/+33 |
* | Switch to using the new Link Doctor API. | mmenke@chromium.org | 2014-02-28 | 1 | -33/+75 |
* | Plumb network stack information about existence of cached copy | rdsmith@chromium.org | 2014-02-06 | 1 | -0/+3 |
* | Update uses of UTF conversions in chrome/common to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 1 | -3/+3 |
* | Move c/c/e/extension_set to top-level extensions/ | rdevlin.cronin@chromium.org | 2013-12-17 | 1 | -1/+0 |
* | Add explicit base namespace to string16 users. | brettw@chromium.org | 2013-12-05 | 1 | -5/+5 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Cleanup: Remove unused includes of webkit/glue/webkit_glue.h | tfarina@chromium.org | 2013-11-12 | 1 | -1/+0 |
* | Rename WebKit namespace to blink (part 4) | abarth@chromium.org | 2013-11-07 | 1 | -2/+2 |
* | ui: Move webui/ directory into base/ | tfarina@chromium.org | 2013-10-15 | 1 | -1/+1 |
* | Show IDN in error screens (DNS failure etc.) | yuusuke@yandex-team.ru | 2013-10-04 | 1 | -4/+7 |
* | Update offline page on ChromeOS to match standard error page. | zork@chromium.org | 2013-09-24 | 1 | -6/+3 |
* | DNS probes: several tweaks to error page updating | ttuttle@chromium.org | 2013-08-28 | 1 | -4/+13 |
* | Use 'no internet' title for 'no internet' DNS probe result | ttuttle@chromium.org | 2013-08-05 | 1 | -1/+1 |
* | Add Diagnose Errors button to navigation error page | zork@chromium.org | 2013-07-27 | 1 | -0/+4 |
* | Use dinosaur icon on "you are offline" error page. | newt@chromium.org | 2013-07-25 | 1 | -0/+6 |
* | Display DNS probe results. | ttuttle@chromium.org | 2013-07-17 | 1 | -0/+59 |
* | chrome: Migrate from googleurl/ includes to url/ ones. Part 3. | tfarina@chromium.org | 2013-07-04 | 1 | -1/+1 |
* | Network error page: Fix reload button for RTL languages. | mmenke@chromium.org | 2013-06-21 | 1 | -1/+1 |
* | Make chrome/common and chrome/renderer use base namespace for Value. | brettw@chromium.org | 2013-06-18 | 1 | -17/+20 |
* | Use a direct include of strings headers in chrome/common/, part 2. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Update refernces to Blink's Platform API (chrome) | abarth@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Network error pages: Minor UI fixups. | mmenke@chromium.org | 2013-05-13 | 1 | -0/+3 |
* | This is a reland of 194514, which was reverted in 195014 due to | mmenke@chromium.org | 2013-04-27 | 1 | -33/+49 |
* | Revert 194514 - New network error page: Fix resubmit warning page | mmenke@chromium.org | 2013-04-18 | 1 | -49/+33 |
* | New network error page: Fix resubmit warning when | mmenke@chromium.org | 2013-04-17 | 1 | -33/+49 |
* | Move IconsHandler from c/c/e/api/ to c/c/e | rdevlin.cronin@chromium.org | 2013-04-12 | 1 | -1/+1 |
* | Remove ChromeOS-specific proxy disable instructions from | mmenke@chromium.org | 2013-04-11 | 1 | -18/+0 |
* | New network error pages: Update format of suggestions. | mmenke@chromium.org | 2013-04-09 | 1 | -77/+79 |
* | New network error pages, part 1. | mmenke@chromium.org | 2013-04-02 | 1 | -62/+42 |
* | Handle cases where the URL spec is not fully ASCII | cem.kocagil@gmail.com | 2013-03-14 | 1 | -1/+1 |
* | Added ERR_BLOCKED_BY_ADMINISTRATOR and a custom error page. | joaodasilva@chromium.org | 2013-03-06 | 1 | -9/+34 |
* | Move Icons out of Extension class | rdevlin.cronin@chromium.org | 2013-02-27 | 1 | -4/+9 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 1 | -1/+1 |
* | Show a localized and detailed error page when a page load fails due to ERR_NE... | joaodasilva@chromium.org | 2013-01-15 | 1 | -0/+7 |
* | Update some #includes in chrome/common for headers in the new Platform directory | pilgrim@chromium.org | 2013-01-10 | 1 | -1/+1 |
* | Reland of http://codereview.chromium.org/10877025/. Accidentally included ot... | mmenke@chromium.org | 2012-08-27 | 1 | -12/+0 |
* | Revert 153076 - Accidentally added unreviewed code into the CL. | mmenke@chromium.org | 2012-08-24 | 1 | -0/+16 |
* | Remove no longer used NetNanny and ESET anti-virus error | mmenke@chromium.org | 2012-08-23 | 1 | -16/+0 |
* | Generalize ExtensionIconSet to store icon paths for custom size sets. | tbarzic@chromium.org | 2012-08-17 | 1 | -1/+2 |