<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>bc45486fa445e6bcd3d79c2b65a2633d7a241a8f</id>
      </parent>
      <parent>
        <id>afc7480077e2e96815ed06652e7ef7030c306369</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Baptiste Queru</name>
      <email>jbq@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/4b7ae714e1ef41c3d9bc640fef43fd2b395a7054</url>
    <id>4b7ae714e1ef41c3d9bc640fef43fd2b395a7054</id>
    <committed-date>2009-11-15T12:06:42-08:00</committed-date>
    <authored-date>2009-11-15T12:06:42-08:00</authored-date>
    <message>merge from eclair</message>
    <tree>4194bafcb9956a4838ec6396ca36536b6738e2ad</tree>
    <committer>
      <name>Jean-Baptiste Queru</name>
      <email>jbq@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b8a9cb0e2b3b2a1bb250853a79b8ea2046ff3d6e</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Baptiste Queru</name>
      <email>jbq@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/afc7480077e2e96815ed06652e7ef7030c306369</url>
    <id>afc7480077e2e96815ed06652e7ef7030c306369</id>
    <committed-date>2009-11-12T18:46:07-08:00</committed-date>
    <authored-date>2009-11-12T18:46:07-08:00</authored-date>
    <message>eclair snapshot</message>
    <tree>4194bafcb9956a4838ec6396ca36536b6738e2ad</tree>
    <committer>
      <name>Jean-Baptiste Queru</name>
      <email>jbq@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>24871c04724b099e534a559b09199c8af5bd9cf0</id>
      </parent>
      <parent>
        <id>b8a9cb0e2b3b2a1bb250853a79b8ea2046ff3d6e</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Baptiste Queru</name>
      <email>jbq@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/bc45486fa445e6bcd3d79c2b65a2633d7a241a8f</url>
    <id>bc45486fa445e6bcd3d79c2b65a2633d7a241a8f</id>
    <committed-date>2009-09-03T14:13:12-07:00</committed-date>
    <authored-date>2009-09-03T14:13:12-07:00</authored-date>
    <message>merge from donut</message>
    <tree>a210018105620a90c1ae0ffc5298ac56ec07dd3c</tree>
    <committer>
      <name>Jean-Baptiste Queru</name>
      <email>jbq@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9f0d27c82baa6d838147afabdf6f0764bf265a21</id>
      </parent>
    </parents>
    <author>
      <name>Grace Kloba</name>
      <email>klobag@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/b8a9cb0e2b3b2a1bb250853a79b8ea2046ff3d6e</url>
    <id>b8a9cb0e2b3b2a1bb250853a79b8ea2046ff3d6e</id>
    <committed-date>2009-08-27T11:53:36-07:00</committed-date>
    <authored-date>2009-08-27T11:53:36-07:00</authored-date>
    <message>Fix the activity leak in the Browser.

The IconListenerSet inside CombinedBookmarkHistoryActivity is static. So when
the activity is destroyed, it needs to remove its listener to avoid leak.</message>
    <tree>286b6bcc45a0ad7f2749efdb326f90762feadc71</tree>
    <committer>
      <name>Grace Kloba</name>
      <email>klobag@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>918e1d78b2db6ef21c71a07868572d9cda498476</id>
      </parent>
    </parents>
    <author>
      <name>Eric Fischer</name>
      <email>enf@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/9f0d27c82baa6d838147afabdf6f0764bf265a21</url>
    <id>9f0d27c82baa6d838147afabdf6f0764bf265a21</id>
    <committed-date>2009-08-17T13:14:08-07:00</committed-date>
    <authored-date>2009-08-17T13:14:08-07:00</authored-date>
    <message>Import revised translations.  DO NOT MERGE</message>
    <tree>779d941779220f150630f2222b962aea9bdaac04</tree>
    <committer>
      <name>Eric Fischer</name>
      <email>enf@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>60c8c06e5864d1b17130bbd6bf3539012ed1bdba</id>
      </parent>
    </parents>
    <author>
      <name>Grace Kloba</name>
      <email>klobag@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/918e1d78b2db6ef21c71a07868572d9cda498476</url>
    <id>918e1d78b2db6ef21c71a07868572d9cda498476</id>
    <committed-date>2009-08-13T14:55:06-07:00</committed-date>
    <authored-date>2009-08-13T14:55:06-07:00</authored-date>
    <message>Fix http://b/issue?id=2052775. According to the comment, we try to call
pauseWebView(). But as mActivityInPause is false, pauseWebView doesn't do
anything. This cause inbalanced pause/resume and the WebCoreThread's timer
is never put on hold even Browser is in the background.</message>
    <tree>9f564bf18c621bb1928913287165041b1e17b3bb</tree>
    <committer>
      <name>Grace Kloba</name>
      <email>klobag@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9f53534e31a0407a07aa2753e116728a85dfd9ec</id>
      </parent>
    </parents>
    <author>
      <name>Ramanan Rajeswaran</name>
      <email>ramanan@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/60c8c06e5864d1b17130bbd6bf3539012ed1bdba</url>
    <id>60c8c06e5864d1b17130bbd6bf3539012ed1bdba</id>
    <committed-date>2009-08-12T14:35:44-07:00</committed-date>
    <authored-date>2009-08-12T14:35:44-07:00</authored-date>
    <message>Change the default google homepage to google.co.jp</message>
    <tree>ba45cc8dbf824b1f8818684f98c58a2c95434864</tree>
    <committer>
      <name>Ramanan Rajeswaran</name>
      <email>ramanan@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a34f686112fb4f9fbea00b8c2c47153d34e93e41</id>
      </parent>
    </parents>
    <author>
      <name>Eric Fischer</name>
      <email>enf@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/9f53534e31a0407a07aa2753e116728a85dfd9ec</url>
    <id>9f53534e31a0407a07aa2753e116728a85dfd9ec</id>
    <committed-date>2009-08-03T16:22:34-07:00</committed-date>
    <authored-date>2009-08-03T16:07:35-07:00</authored-date>
    <message>Import revised translations.  DO NOT MERGE</message>
    <tree>09bcee811c0c042a8c282af47fc65a4492deaa5e</tree>
    <committer>
      <name>Eric Fischer</name>
      <email>enf@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a9eaa769b78cbc69561f74ec3dbec96e7cec6a22</id>
      </parent>
      <parent>
        <id>cc63403643786905262f505ab5266d8e80b9924c</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Baptiste Queru</name>
      <email>jbq@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/24871c04724b099e534a559b09199c8af5bd9cf0</url>
    <id>24871c04724b099e534a559b09199c8af5bd9cf0</id>
    <committed-date>2009-08-03T07:45:46-07:00</committed-date>
    <authored-date>2009-08-03T07:45:46-07:00</authored-date>
    <message>merge from donut</message>
    <tree>5a972e6ff58f8c2c812852bc9e8bb4749e20ce41</tree>
    <committer>
      <name>Jean-Baptiste Queru</name>
      <email>jbq@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cc63403643786905262f505ab5266d8e80b9924c</id>
      </parent>
    </parents>
    <author>
      <name>Grace Kloba</name>
      <email>klobag@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/a34f686112fb4f9fbea00b8c2c47153d34e93e41</url>
    <id>a34f686112fb4f9fbea00b8c2c47153d34e93e41</id>
    <committed-date>2009-07-31T16:28:17-07:00</committed-date>
    <authored-date>2009-07-31T16:28:17-07:00</authored-date>
    <message>Move IntentFilter/BroadcastReceiver creation before the spot where we may
early bail out in onCreate(). This should avoid the NPE we saw in onResume.</message>
    <tree>0f8c0036e202f56dd2aca110c78a84071931dee0</tree>
    <committer>
      <name>Grace Kloba</name>
      <email>klobag@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ae6a4d2d8ef056b13417a8fa422f8ddcb6f20480</id>
      </parent>
      <parent>
        <id>a0b0e2a2cd78ae78ec50eab2e532d0102facc52d</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Baptiste Queru</name>
      <email>jbq@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/a9eaa769b78cbc69561f74ec3dbec96e7cec6a22</url>
    <id>a9eaa769b78cbc69561f74ec3dbec96e7cec6a22</id>
    <committed-date>2009-07-29T14:57:05-07:00</committed-date>
    <authored-date>2009-07-29T14:57:05-07:00</authored-date>
    <message>merge from donut</message>
    <tree>90356097675ac492118dd19c0752b1c425bc16af</tree>
    <committer>
      <name>Jean-Baptiste Queru</name>
      <email>jbq@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>04b2e8e1688a869904ecedafa58349b14a73ba48</id>
      </parent>
    </parents>
    <author>
      <name>Grace Kloba</name>
      <email>klobag@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/cc63403643786905262f505ab5266d8e80b9924c</url>
    <id>cc63403643786905262f505ab5266d8e80b9924c</id>
    <committed-date>2009-07-28T15:58:19-07:00</committed-date>
    <authored-date>2009-07-28T15:58:19-07:00</authored-date>
    <message>Fix #1964292. If the WEB_SEARCH starts from the Browser, load it in the
current window instead of a new window.</message>
    <tree>b9c989d18bbd992ee02647926d55cdadab5f9ad9</tree>
    <committer>
      <name>Grace Kloba</name>
      <email>klobag@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>57b461b6f13bb4c90264e7ca08c130b41c74a1d3</id>
      </parent>
    </parents>
    <author>
      <name>Leon Scroggins</name>
      <email>scroggo@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/04b2e8e1688a869904ecedafa58349b14a73ba48</url>
    <id>04b2e8e1688a869904ecedafa58349b14a73ba48</id>
    <committed-date>2009-07-27T08:07:09-07:00</committed-date>
    <authored-date>2009-07-27T08:07:09-07:00</authored-date>
    <message>Use the old string for bookmarks permissions.

When we made the bookmark permissions public, we also changed their
names, which might break existing apps.  Change them back.  Depends
on a change in frameworks/base.</message>
    <tree>7e3a1897d511441291fe97c78c84cb715215e35d</tree>
    <committer>
      <name>Leon Scroggins</name>
      <email>scroggo@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0cb2af7646d0a41c0543a086021df3042bfc814a</id>
      </parent>
      <parent>
        <id>944f2208fd134d74e171772cc6a317628ee20a5f</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Baptiste Queru</name>
      <email>jbq@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/ae6a4d2d8ef056b13417a8fa422f8ddcb6f20480</url>
    <id>ae6a4d2d8ef056b13417a8fa422f8ddcb6f20480</id>
    <committed-date>2009-07-25T17:48:03-07:00</committed-date>
    <authored-date>2009-07-25T17:48:03-07:00</authored-date>
    <message>Merge korg/donut into korg/master</message>
    <tree>8c6b2a1789ea447089d25f23c72d8c4b9466c0e7</tree>
    <committer>
      <name>Jean-Baptiste Queru</name>
      <email>jbq@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a0b0e2a2cd78ae78ec50eab2e532d0102facc52d</id>
      </parent>
    </parents>
    <author>
      <name>Dianne Hackborn</name>
      <email>hackbod@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/57b461b6f13bb4c90264e7ca08c130b41c74a1d3</url>
    <id>57b461b6f13bb4c90264e7ca08c130b41c74a1d3</id>
    <committed-date>2009-07-21T20:04:08-07:00</committed-date>
    <authored-date>2009-07-21T20:04:08-07:00</authored-date>
    <message>Stop using old density APIs.</message>
    <tree>6e182bf69ee9f33bd35a0808f3a3acd7eea9f484</tree>
    <committer>
      <name>Dianne Hackborn</name>
      <email>hackbod@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>55581a656c7b198dbbac63184cd78c61f7535915</id>
      </parent>
    </parents>
    <author>
      <name>Patrick Scott</name>
      <email>phanna@android.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/a0b0e2a2cd78ae78ec50eab2e532d0102facc52d</url>
    <id>a0b0e2a2cd78ae78ec50eab2e532d0102facc52d</id>
    <committed-date>2009-07-21T12:11:26-07:00</committed-date>
    <authored-date>2009-07-21T12:09:50-07:00</authored-date>
    <message>Do not merge
When opening a new tab from the context menu, treat the new tab as a child of
the current tab. This change was cherry-picked from master.</message>
    <tree>dbdcd162f9356b118f774428f5853b7388361fe9</tree>
    <committer>
      <name>Patrick Scott</name>
      <email>phanna@android.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>83f473462fcd7869031a423c02b957c6e938a2f6</id>
      </parent>
    </parents>
    <author>
      <name>Leon Scroggins</name>
      <email>scroggo@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/55581a656c7b198dbbac63184cd78c61f7535915</url>
    <id>55581a656c7b198dbbac63184cd78c61f7535915</id>
    <committed-date>2009-07-21T10:27:47-07:00</committed-date>
    <authored-date>2009-07-21T08:15:28-07:00</authored-date>
    <message>DO NOT MERGE: Remove deprecated call: Cursor.commitUpdates().

This change was previously made in master, but I believe it is
responsible for a crash.  We should not be using this deprecated
method, so I am now instead using ContentResolver.update().</message>
    <tree>f0af9c5056fee8f2eb8578f3612e9b4d236e5154</tree>
    <committer>
      <name>Leon Scroggins</name>
      <email>scroggo@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e8dc977d91b95b3b3f56ffdadebeba4a04001200</id>
      </parent>
    </parents>
    <author>
      <name>Grace Kloba</name>
      <email>klobag@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/83f473462fcd7869031a423c02b957c6e938a2f6</url>
    <id>83f473462fcd7869031a423c02b957c6e938a2f6</id>
    <committed-date>2009-07-20T10:44:31-07:00</committed-date>
    <authored-date>2009-07-20T10:44:31-07:00</authored-date>
    <message>Fix 1984809. Select the url when SEARCH key is pressed in the Browser.</message>
    <tree>7b95cd8b68b32143ec153997813cc867fb6a905e</tree>
    <committer>
      <name>Grace Kloba</name>
      <email>klobag@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8e5d209b650acccb72ff906d107726a35c7cf9f4</id>
      </parent>
    </parents>
    <author>
      <name>Patrick Scott</name>
      <email>phanna@android.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/e8dc977d91b95b3b3f56ffdadebeba4a04001200</url>
    <id>e8dc977d91b95b3b3f56ffdadebeba4a04001200</id>
    <committed-date>2009-07-15T08:58:43-07:00</committed-date>
    <authored-date>2009-07-15T05:04:48-07:00</authored-date>
    <message>Do not merge.

Check for a null tab in onDestroy. This fix is in master but the crash appears
in donut as well.</message>
    <tree>c82bbd74ac1cde7f7fdeab6fa8e8c10ccb61c8f9</tree>
    <committer>
      <name>Patrick Scott</name>
      <email>phanna@android.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bae196df36929647356d03e35cbfbdb453e3833b</id>
      </parent>
    </parents>
    <author>
      <name>Eric Fischer</name>
      <email>enf@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/8e5d209b650acccb72ff906d107726a35c7cf9f4</url>
    <id>8e5d209b650acccb72ff906d107726a35c7cf9f4</id>
    <committed-date>2009-07-13T15:43:49-07:00</committed-date>
    <authored-date>2009-07-13T15:43:49-07:00</authored-date>
    <message>Import new translations</message>
    <tree>c088016a03892da081e3ce0467d38a71bcb8bd82</tree>
    <committer>
      <name>Eric Fischer</name>
      <email>enf@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1e8f0583fb74658666dc4105bf15788f2585a6a2</id>
      </parent>
      <parent>
        <id>6ee9c498b8cf648f1507281ed5a1834ba3390907</id>
      </parent>
    </parents>
    <author>
      <name>Android (Google) Code Review</name>
      <email>android-gerrit@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/bae196df36929647356d03e35cbfbdb453e3833b</url>
    <id>bae196df36929647356d03e35cbfbdb453e3833b</id>
    <committed-date>2009-07-13T10:05:29-07:00</committed-date>
    <authored-date>2009-07-13T10:05:29-07:00</authored-date>
    <message>Merge change 6811 into donut

* changes:
  Fix #1953520. When MENU is down, consume the key in the BrowserActivity which are not shortcut keys. So it won't trigger the search panel. If a shortcut action is taken, reset the mMenuIsDown as it has been used once.</message>
    <tree>9fceab9ca9d5735572a08d9fa9bf8bcc70fa2c09</tree>
    <committer>
      <name>Android (Google) Code Review</name>
      <email>android-gerrit@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>60d24e219b1763bc294974e042c67a1a6cadd8d5</id>
      </parent>
    </parents>
    <author>
      <name>Grace Kloba</name>
      <email>klobag@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/6ee9c498b8cf648f1507281ed5a1834ba3390907</url>
    <id>6ee9c498b8cf648f1507281ed5a1834ba3390907</id>
    <committed-date>2009-07-13T10:04:34-07:00</committed-date>
    <authored-date>2009-07-13T10:04:34-07:00</authored-date>
    <message>Fix #1953520. When MENU is down, consume the key in the BrowserActivity which are not shortcut keys. So it won't trigger the search panel. If a shortcut action is taken, reset the mMenuIsDown as it has been used once.</message>
    <tree>90c4d6f2f3c348d78feec831185b1ed77868356a</tree>
    <committer>
      <name>Grace Kloba</name>
      <email>klobag@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>60d24e219b1763bc294974e042c67a1a6cadd8d5</id>
      </parent>
    </parents>
    <author>
      <name>Bjorn Bringert</name>
      <email>bringert@android.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/1e8f0583fb74658666dc4105bf15788f2585a6a2</url>
    <id>1e8f0583fb74658666dc4105bf15788f2585a6a2</id>
    <committed-date>2009-07-13T07:53:25-07:00</committed-date>
    <authored-date>2009-07-13T07:53:25-07:00</authored-date>
    <message>Move Browser search description to bookmarks search.

Before, android:searchSettingsDescription was set in searchable.xml,
but not in bookmarks_searchable.xml, which is the one that
is used from global search.

Fixes http://b/issue?id=1971319
&quot;Description string for Browser source not showing in settings&quot;</message>
    <tree>5480f426c2175e46bde9c860cdf291a39fce21e4</tree>
    <committer>
      <name>Bjorn Bringert</name>
      <email>bringert@android.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cf849950fe8ad5425ccd82b48b9a014dea8a288e</id>
      </parent>
    </parents>
    <author>
      <name>Satish Sampath</name>
      <email>satish@android.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/60d24e219b1763bc294974e042c67a1a6cadd8d5</url>
    <id>60d24e219b1763bc294974e042c67a1a6cadd8d5</id>
    <committed-date>2009-07-10T09:54:30-07:00</committed-date>
    <authored-date>2009-07-09T08:46:08-07:00</authored-date>
    <message>Make suggestion text color change based on the item state

This is dependant on change https://android-git/g/6623
Bug: http://b/issue?id=1865037</message>
    <tree>c916a25627085546b4b3ea63a3a09f0feb13dfb3</tree>
    <committer>
      <name>Satish Sampath</name>
      <email>satish@android.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>373d5f2984c93b07143028bfa8af4b80c4a858c8</id>
      </parent>
    </parents>
    <author>
      <name>Grace Kloba</name>
      <email>klobag@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/cf849950fe8ad5425ccd82b48b9a014dea8a288e</url>
    <id>cf849950fe8ad5425ccd82b48b9a014dea8a288e</id>
    <committed-date>2009-07-09T18:57:55-07:00</committed-date>
    <authored-date>2009-07-09T18:57:55-07:00</authored-date>
    <message>Fix 1970279. Like &quot;Go&quot;, search key should get the current url and pre-fill it in the search/goto widget.</message>
    <tree>ec7b65882c71a601e78fb63b790020b1d2da1c17</tree>
    <committer>
      <name>Grace Kloba</name>
      <email>klobag@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>944f2208fd134d74e171772cc6a317628ee20a5f</id>
      </parent>
    </parents>
    <author>
      <name>Dianne Hackborn</name>
      <email>hackbod@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/373d5f2984c93b07143028bfa8af4b80c4a858c8</url>
    <id>373d5f2984c93b07143028bfa8af4b80c4a858c8</id>
    <committed-date>2009-07-08T14:59:33-07:00</committed-date>
    <authored-date>2009-07-08T14:59:33-07:00</authored-date>
    <message>Update browser provider to allow global search to access it.</message>
    <tree>a41756e623a9466bc20291fc6be83147442fb6ac</tree>
    <committer>
      <name>Dianne Hackborn</name>
      <email>hackbod@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>378e5722d0cad2b082afb42ea64405286de332a5</id>
      </parent>
      <parent>
        <id>d45fb4d8b2d9c1d67fb1dd0454636ec468371dae</id>
      </parent>
    </parents>
    <author>
      <name>Android (Google) Code Review</name>
      <email>android-gerrit@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/944f2208fd134d74e171772cc6a317628ee20a5f</url>
    <id>944f2208fd134d74e171772cc6a317628ee20a5f</id>
    <committed-date>2009-07-01T09:47:15-07:00</committed-date>
    <authored-date>2009-07-01T09:47:15-07:00</authored-date>
    <message>Merge change 5882 into donut

* changes:
  Add new searchSettingsDescription attribute for Browser's searchable. This will be shown under the individual searchable item in system search settings.</message>
    <tree>caa1c258819e63517c96c710a0e29d0003a88123</tree>
    <committer>
      <name>Android (Google) Code Review</name>
      <email>android-gerrit@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>47fdfdb989ffb79590a39c40792be995de32e521</id>
      </parent>
    </parents>
    <author>
      <name>Ramanan Rajeswaran</name>
      <email>ramanan@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/378e5722d0cad2b082afb42ea64405286de332a5</url>
    <id>378e5722d0cad2b082afb42ea64405286de332a5</id>
    <committed-date>2009-07-01T08:46:58-07:00</committed-date>
    <authored-date>2009-07-01T08:46:58-07:00</authored-date>
    <message>set default client id</message>
    <tree>f76eb777133f19432f0412b8faa79c114ca28ca2</tree>
    <committer>
      <name>Ramanan Rajeswaran</name>
      <email>ramanan@google.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>47fdfdb989ffb79590a39c40792be995de32e521</id>
      </parent>
    </parents>
    <author>
      <name>Mike LeBeau</name>
      <email>mlebeau@android.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/d45fb4d8b2d9c1d67fb1dd0454636ec468371dae</url>
    <id>d45fb4d8b2d9c1d67fb1dd0454636ec468371dae</id>
    <committed-date>2009-06-30T18:33:06-07:00</committed-date>
    <authored-date>2009-06-30T18:33:06-07:00</authored-date>
    <message>Add new searchSettingsDescription attribute for Browser's searchable.
This will be shown under the individual searchable item in system search settings.</message>
    <tree>65f6109161baa23d661ed7f97897b414508ffea4</tree>
    <committer>
      <name>Mike LeBeau</name>
      <email>mlebeau@android.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>81678d9216458266ea70cd62d52f28f744873556</id>
      </parent>
    </parents>
    <author>
      <name>Grace Kloba</name>
      <email>klobag@google.com</email>
    </author>
    <url>http://github.com/android/platform_packages_apps_browser/commit/47fdfdb989ffb79590a39c40792be995de32e521</url>
    <id>47fdfdb989ffb79590a39c40792be995de32e521</id>
    <committed-date>2009-06-30T11:15:34-07:00</committed-date>
    <authored-date>2009-06-30T11:15:34-07:00</authored-date>
    <message>Remove &quot;search_url&quot; in the debug setting as search is controlled by the search manager now.</message>
    <tree>45b69c72115f3d456e99a2dac5647e62f7765d9c</tree>
    <committer>
      <name>Grace Kloba</name>
      <email>klobag@google.com</email>
    </committer>
  </commit>
</commits>
