Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Issue 674153004: Add third_party/google-input-tools: Take 2 (Closed)

Created:
6 years, 2 months ago by kevers
Modified:
6 years, 1 month ago
Reviewers:
brettw
CC:
chromium-reviews, tim+watch_chromium.org, cbentzel+watch_chromium.org, zea+watch_chromium.org, jam, pvalenzuela+watch_chromium.org, darin-cc_chromium.org, maniscalco+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@google_input_tools
Project:
chromium
Visibility:
Public.

Description

Add third_party/google-input-tools: Take 2 BUG=401729 Abandoning Issue 451873002 in favor of directly adding google-input-tools to src/third_party. A subset of the open sourced library depends on third_party code where the licensing is unclear. The required pieces strictly support Apache 2.0 licensing. Committed: https://crrev.com/9d9b00dc7bc6a38448ff0d53738d311fa5df4df4 Cr-Commit-Position: refs/heads/master@{#301361}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55918 lines, -107 lines) Patch
A + third_party/google_input_tools/LICENSE View 3 chunks +2 lines, -3 lines 0 comments Download
A + third_party/google_input_tools/Makefile View 1 chunk +20 lines, -12 lines 0 comments Download
A + third_party/google_input_tools/OWNERS View 1 chunk +1 line, -1 line 0 comments Download
A third_party/google_input_tools/README.chromium View 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/datasource.js View 1 chunk +189 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/adapter.js View 1 chunk +667 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/candidatesinfo.js View 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/canvas.js View 1 chunk +425 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/conditionname.js View 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/config/compact_letter_characters.js View 1 chunk +512 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/config/compact_more_characters.js View 1 chunk +160 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/config/compact_numberpad_characters.js View 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/config/compact_symbol_characters.js View 1 chunk +169 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/config/compact_util.js View 1 chunk +378 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/config/constants.js View 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/config/contextlayoututil.js View 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/config/util.js View 1 chunk +605 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/controller.js View 1 chunk +1658 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/covariance.js View 1 chunk +111 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/css.js View 1 chunk +164 lines, -0 lines 0 comments Download
A + third_party/google_input_tools/src/chrome/os/inputview/direction.js View 1 chunk +25 lines, -10 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/dom.js View 1 chunk +229 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/altdataview.js View 1 chunk +340 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/candidate.js View 1 chunk +113 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/candidatebutton.js View 1 chunk +117 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/candidateview.js View 1 chunk +367 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/canvasview.js View 1 chunk +312 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/character.js View 1 chunk +196 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/characterkey.js View 1 chunk +299 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/charactermodel.js View 1 chunk +254 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/compactkey.js View 1 chunk +252 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/emojikey.js View 1 chunk +117 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/emojiview.js View 1 chunk +423 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/enswitcherkey.js View 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/expandedcandidateview.js View 1 chunk +326 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/functionalkey.js View 1 chunk +197 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/gaussianestimator.js View 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/handwritingview.js View 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/indicator.js View 1 chunk +99 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/keyboardview.js View 1 chunk +208 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/keysetview.js View 1 chunk +727 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/menuitem.js View 1 chunk +138 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/menukey.js View 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/menuview.js View 1 chunk +372 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/modifierkey.js View 1 chunk +146 lines, -0 lines 0 comments Download
A + third_party/google_input_tools/src/chrome/os/inputview/elements/content/morekeysshiftoperation.js View 1 chunk +24 lines, -10 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/softkey.js View 1 chunk +127 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/spacekey.js View 1 chunk +120 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/switcherkey.js View 1 chunk +83 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/content/tabbarkey.js View 1 chunk +137 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/element.js View 1 chunk +187 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/elementtype.js View 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/layout/extendedlayout.js View 1 chunk +229 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/layout/handwritinglayout.js View 1 chunk +121 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/layout/linearlayout.js View 1 chunk +137 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/layout/softkeyview.js View 1 chunk +150 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/layout/verticallayout.js View 1 chunk +136 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/elements/weightable.js View 1 chunk +44 lines, -0 lines 0 comments Download
A + third_party/google_input_tools/src/chrome/os/inputview/emojitype.js View 1 chunk +30 lines, -10 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/events.js View 1 chunk +253 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/events/keycodes.js View 1 chunk +313 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/globalsettings.js View 1 chunk +235 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/handler/pointeractionbundle.js View 1 chunk +447 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/handler/pointerhandler.js View 1 chunk +184 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/handler/swipestate.js View 1 chunk +61 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/hwt_css.js View 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/hwt_eventtype.js View 1 chunk +96 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/hwt_util.js View 1 chunk +74 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/inputtoolcode.js View 1 chunk +369 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/keyboardcontainer.js View 1 chunk +311 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/layouts/compactspacerow.js View 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/layouts/rowsof101.js View 1 chunk +90 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/layouts/rowsof102.js View 1 chunk +108 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/layouts/rowsofcompact.js View 1 chunk +179 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/layouts/rowsofjp.js View 1 chunk +109 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/layouts/spacerow.js View 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/layouts/util.js View 1 chunk +221 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/m17nmodel.js View 1 chunk +157 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/model.js View 1 chunk +166 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/pointerconfig.js View 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/readystate.js View 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/settings.js View 1 chunk +96 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/sizespec.js View 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/soundcontroller.js View 1 chunk +226 lines, -0 lines 0 comments Download
A + third_party/google_input_tools/src/chrome/os/inputview/sounds.js View 1 chunk +26 lines, -10 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/specnodename.js View 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/statemanager.js View 1 chunk +233 lines, -0 lines 0 comments Download
A + third_party/google_input_tools/src/chrome/os/inputview/statetype.js View 1 chunk +27 lines, -10 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/statistics.js View 1 chunk +147 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/strokehandler.js View 1 chunk +252 lines, -0 lines 0 comments Download
A + third_party/google_input_tools/src/chrome/os/inputview/swipedirection.js View 1 chunk +26 lines, -10 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/inputview/util.js View 1 chunk +296 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/keyboard/eventtype.js View 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/keyboard/keycode.js View 1 chunk +86 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/keyboard/layoutevent.js View 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/keyboard/model.js View 1 chunk +424 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/keyboard/parsedlayout.js View 1 chunk +423 lines, -0 lines 0 comments Download
A + third_party/google_input_tools/src/chrome/os/message/contenttype.js View 1 chunk +28 lines, -10 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/message/event.js View 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/message/name.js View 1 chunk +62 lines, -0 lines 0 comments Download
A third_party/google_input_tools/src/chrome/os/message/type.js View 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/AUTHORS View 1 chunk +17 lines, -0 lines 0 comments Download
A + third_party/google_input_tools/third_party/closure_library/LICENSE View 2 chunks +1 line, -2 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/README.chromium View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/bin/build/closurebuilder.py View 1 chunk +274 lines, -0 lines 0 comments Download
A + third_party/google_input_tools/third_party/closure_library/closure/bin/build/depstree.py View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/bin/build/depstree_test.py View 1 chunk +127 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/bin/build/depswriter.py View 1 chunk +202 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/bin/build/jscompiler.py View 1 chunk +136 lines, -0 lines 0 comments Download
A + third_party/google_input_tools/third_party/closure_library/closure/bin/build/source.py View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/bin/build/source_test.py View 1 chunk +134 lines, -0 lines 0 comments Download
A + third_party/google_input_tools/third_party/closure_library/closure/bin/build/treescan.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/bin/calcdeps.py View 1 chunk +590 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/bin/scopify.py View 1 chunk +221 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/a11y/aria/announcer.js View 1 chunk +111 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/a11y/aria/aria.js View 1 chunk +364 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/a11y/aria/attributes.js View 1 chunk +389 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/a11y/aria/datatables.js View 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/a11y/aria/roles.js View 1 chunk +216 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/array/array.js View 1 chunk +1570 lines, -0 lines 0 comments Download
A + third_party/google_input_tools/third_party/closure_library/closure/goog/asserts/asserts.js View 3 chunks +31 lines, -3 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/async/delay.js View 1 chunk +179 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/async/nexttick.js View 1 chunk +203 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/async/run.js View 1 chunk +150 lines, -0 lines 0 comments Download
A + third_party/google_input_tools/third_party/closure_library/closure/goog/base.js View 7 chunks +187 lines, -18 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/debug/debug.js View 1 chunk +590 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/debug/entrypointregistry.js View 1 chunk +158 lines, -0 lines 0 comments Download
A + third_party/google_input_tools/third_party/closure_library/closure/goog/debug/error.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/debug/errorhandlerweakdep.js View 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/debug/logbuffer.js View 1 chunk +148 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/debug/logger.js View 1 chunk +885 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/debug/logrecord.js View 1 chunk +271 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/disposable/disposable.js View 1 chunk +299 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/disposable/idisposable.js View 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/dom/browserfeature.js View 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/dom/classes.js View 1 chunk +227 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/dom/classlist.js View 1 chunk +277 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/dom/dom.js View 1 chunk +2917 lines, -0 lines 0 comments Download
A + third_party/google_input_tools/third_party/closure_library/closure/goog/dom/nodetype.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/dom/tagname.js View 1 chunk +159 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/dom/vendor.js View 1 chunk +96 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/events/browserevent.js View 1 chunk +390 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/events/browserfeature.js View 1 chunk +85 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/events/event.js View 1 chunk +161 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/events/eventhandler.js View 1 chunk +461 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/events/eventid.js View 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/events/events.js View 1 chunk +995 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/events/eventtarget.js View 1 chunk +395 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/events/eventtype.js View 1 chunk +226 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/events/eventwrapper.js View 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/events/keycodes.js View 1 chunk +415 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/events/keyhandler.js View 1 chunk +556 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/events/listenable.js View 1 chunk +334 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/events/listener.js View 1 chunk +131 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/events/listenermap.js View 1 chunk +308 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/functions/functions.js View 1 chunk +311 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/i18n/bidi.js View 1 chunk +883 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/iter/iter.js View 1 chunk +1314 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/labs/useragent/browser.js View 1 chunk +271 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/labs/useragent/engine.js View 1 chunk +130 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/labs/useragent/util.js View 1 chunk +154 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/log/log.js View 1 chunk +197 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/math/box.js View 1 chunk +388 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/math/coordinate.js View 1 chunk +267 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/math/math.js View 1 chunk +435 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/math/rect.js View 1 chunk +463 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/math/size.js View 1 chunk +206 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/net/jsloader.js View 1 chunk +367 lines, -0 lines 0 comments Download
A + third_party/google_input_tools/third_party/closure_library/closure/goog/object/object.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/positioning/positioning.js View 1 chunk +557 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/promise/promise.js View 1 chunk +985 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/promise/resolver.js View 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/promise/thenable.js View 1 chunk +111 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/reflect/reflect.js View 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/string/string.js View 1 chunk +1476 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/structs/collection.js View 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/structs/map.js View 1 chunk +461 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/structs/set.js View 1 chunk +280 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/structs/structs.js View 1 chunk +354 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/style/bidi.js View 1 chunk +184 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/style/style.js View 1 chunk +2105 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/testing/watchers.js View 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/timer/timer.js View 1 chunk +292 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/ui/component.js View 1 chunk +1291 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/ui/container.js View 1 chunk +1324 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/ui/containerrenderer.js View 1 chunk +374 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/ui/control.js View 1 chunk +1388 lines, -0 lines 0 comments Download
A + third_party/google_input_tools/third_party/closure_library/closure/goog/ui/controlcontent.js View 2 chunks +17 lines, -2 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/ui/controlrenderer.js View 1 chunk +927 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/ui/decorate.js View 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/ui/idgenerator.js View 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/ui/menuseparatorrenderer.js View 1 chunk +113 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/ui/registry.js View 1 chunk +172 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/ui/separator.js View 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/uri/utils.js View 1 chunk +1076 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/closure/goog/useragent/useragent.js View 1 chunk +553 lines, -0 lines 0 comments Download
A third_party/google_input_tools/third_party/closure_library/third_party/closure/goog/mochikit/async/deferred.js View 1 chunk +922 lines, -0 lines 0 comments Download
A third_party/google_input_tools/update.py View 1 chunk +243 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
kevers
Hi Brett, Can you please take a look at this CL.
6 years, 2 months ago (2014-10-24 20:49:53 UTC) #2
brettw
lgtm
6 years, 1 month ago (2014-10-25 15:59:57 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/674153004/1
6 years, 1 month ago (2014-10-27 13:48:33 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
6 years, 1 month ago (2014-10-27 14:34:58 UTC) #6
commit-bot: I haz the power
6 years, 1 month ago (2014-10-27 14:35:50 UTC) #7
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/9d9b00dc7bc6a38448ff0d53738d311fa5df4df4
Cr-Commit-Position: refs/heads/master@{#301361}

Powered by Google App Engine
This is Rietveld 408576698