| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New components:
- rappor
- data_reduction_proxy
- captive_portal
- translate
- usb_service
- web_modal
Removes the _IMPLEMENTATION define for web_modal. It is unused (it is a static library, not a component).
Adds third_party/cld and third_party/cld_2 BUILD files.
Separates out the include dir setting of "//" and the root gen directory so. cld_2 needed to not have this due to base file name conflicts.
R=jamesr@chromium.org
Review URL: https://codereview.chromium.org/382663002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282438 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This is how there were supposed to be before someone accidentally
renumbered the match types.
BUG=390597
Review URL: https://codereview.chromium.org/362033002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282381 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=388510
R=pkasting@chromium.org
TBR=nyquist@chromium.org
TEST=build all
Review URL: https://codereview.chromium.org/377153004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282211 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I introduced them by mistake, which causes valgrind error, but
url::Shutdown is intentionally leaking. Not calling Shutdown
will stop the valgrind error.
BUG=390108
TEST=valgrind components_unittests --gtest_filter='AutocompleteInput.*'
R=pkasting@chromium.org, blundell@chromium.org
Review URL: https://codereview.chromium.org/366713002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281111 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=386890
R=pkasting@chromium.org, blundell@chromium.org
TBR=dtrainor@chromium.org, mpcomplete@chromium.org
TEST=compile
Review URL: https://codereview.chromium.org/354193003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280497 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is the first step of componentization of autocomplete_input.
autocomplete_input depends on several directories in chrome/browser,
but all of them are in Parse(). This CL introduces a new interface
AutocompleteInputSchemeChecker for the task in Parse() and removes
the dependencies from autocomplete_input to the directories.
The next CL will move the autocomplete_input files actually.
BUG=386890
R=pkasting@chromium.org, blundell@chromium.org
TBR=dtrainor@chromium.org, mpcomplete@chromium.org, rdsmith@chromium.org, abarth@chromium.org
TEST=build succeeds
Review URL: https://codereview.chromium.org/347963003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280244 0039d316-1c4b-4281-b951-d872f2087c98
|
|
Move chrome/browser/autocomplete/url_prefix.{cc,h} to components/autocomplete
BUG=371538
TEST=git cl try
TBR=sky@chromium.org for chrome/browser/DEPS
Review URL: https://codereview.chromium.org/330233002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277616 0039d316-1c4b-4281-b951-d872f2087c98
|