• Home
Name Date Size #Lines LOC

..--

BUILD.gnD03-May-2024366 1916

OWNERSD03-May-202437 32

READMED03-May-2024515 107

query_parser.ccD03-May-202414.3 KiB473353

query_parser.hD03-May-20244.9 KiB12548

query_parser_unittest.ccD03-May-20246.1 KiB171138

snippet.ccD03-May-202411.8 KiB303196

snippet.hD03-May-20242.5 KiB7428

snippet_unittest.ccD03-May-202413.5 KiB256202

README

1query_parser is a components used by both history and bookmarks to avoid having
2a cyclic dependencies between the two components. It only exports types used to
3parse and normalize queries into the history search.
4
5query_parser is not allowed to depend on content/, because it is used by iOS.
6If dependences on content/ need to be added to query_parser, it will have to be
7made into a layered component. See [1] for more information.
8
91: http://www.chromium.org/developers/design-documents/layered-components-design
10