Nick Alexander
|
b47a7bc745
|
Bug 761682, Bug 777973 - Version prefs; don't always invalidate auth token. r=rnewman
|
2012-08-08 17:13:20 -07:00 |
|
Brian Nicholson
|
812aa3599e
|
Bug 779089 - Add proper Apache 2 header to Readability.js. r=gerv
|
2012-08-08 13:13:10 -07:00 |
|
Wes Johnston
|
dd41a3ded5
|
Bug 776677 - Show a toast when we receive webapp install errors. r=mfinkle
|
2012-08-08 12:35:15 -07:00 |
|
Wes Johnston
|
3da599b9d2
|
Bug 776600 - Allow passing some default prefs from the manfiest to the webapp. r=mfinkle
|
2012-08-08 12:35:15 -07:00 |
|
William Chen
|
edb1043b3e
|
Bug 775377 - Modify nsIContentPermissionRequest to use nsIPrincipal instead of nsIURI. r=dougt+cjones
|
2012-07-30 10:58:26 -04:00 |
|
Kartikaya Gupta
|
4f236aa54e
|
Bug 780699 - Prevent possible deadlock by reducing the scope of a synchronized block in GLController. r=ajuma
|
2012-08-08 11:37:46 -04:00 |
|
Margaret Leibovic
|
9eb4b7cf5e
|
Bug 778263 - Clean up SelectionHandler data when we bail in startSelection. r=mfinkle
|
2012-08-07 11:20:11 -07:00 |
|
Matt Brubeck
|
e7d13b443a
|
Bug 778468 (followup) - Add missing import to GeckoApp.java
--HG--
extra : rebase_source : eb1fec6f975604c4bce94e68f52b965ecd410cca
|
2012-08-07 14:48:13 -07:00 |
|
Kartikaya Gupta
|
0910e8da48
|
Bug 779920 - Fix mismatch between window and coordinates passed to anyElementFromPoint. r=wesj
|
2012-08-07 16:00:14 -04:00 |
|
Kartikaya Gupta
|
9150424cd4
|
Bug 771575 - Remove unused function. r=mbrubeck
|
2012-08-07 15:47:02 -04:00 |
|
Kartikaya Gupta
|
cdb90a6b76
|
Bug 771757 - Set the browser size without triggering a reflow when meta-viewport elements are received before the first paint. r=mbrubeck
|
2012-08-07 15:43:17 -04:00 |
|
Chris Peterson
|
c5e2d55e84
|
Bug 778468 - Part 7: Move GeckoEventListener to org.mozilla.gecko.util package. r=blassey
--HG--
extra : rebase_source : d0b2982b64126c046c5c974c7ec014992bef63b7
|
2012-08-02 17:13:40 -07:00 |
|
Chris Lord
|
7fdbd75bd8
|
Bug 780928 - Fix rawtypes usage in LayerView.java. r=kats
Fix unnecessary usage of raw Class type.
|
2012-08-07 18:57:19 +01:00 |
|
Kartikaya Gupta
|
4969cda12e
|
Bug 778257 - Fix javascript warning because of function returning inconsistent types. r=margaret
|
2012-08-07 13:30:45 -04:00 |
|
Wes Johnston
|
aef90a0e14
|
Bug 766392 - Style about:apps to match other about pages. r=mfinkle
|
2012-08-07 09:49:30 -07:00 |
|
Kartikaya Gupta
|
ca979605e1
|
Bug 777351 - Scope down and inline some functions in the new GeckoLayerClient. r=sriram
|
2012-08-07 10:39:04 -04:00 |
|
Kartikaya Gupta
|
69683b02fe
|
Bug 777351 - Remove unnecessary getBitmap function that always returns null. r=sriram
|
2012-08-07 10:39:04 -04:00 |
|
Kartikaya Gupta
|
0361af6b33
|
Bug 777351 - Fold LayerController into GeckoLayerClient. r=sriram
|
2012-08-07 10:39:04 -04:00 |
|
Kartikaya Gupta
|
10678d4e7e
|
Bug 777351 - Some minor cleanup in GeckoLayerClient.java. r=sriram
|
2012-08-07 10:39:04 -04:00 |
|
Kartikaya Gupta
|
92539f028d
|
Bug 777351 - Move the getDrawable functions from LayerController to LayerView. r=sriram
|
2012-08-07 10:39:04 -04:00 |
|
Kartikaya Gupta
|
ca1c3e7c71
|
Bug 777075 - Remove notifyLayerClientOfGeometryChange from the PanZoomTarget interface by baking it into setViewportMetrics and setForceRedraw. r=mbrubeck
|
2012-08-07 10:39:04 -04:00 |
|
Kartikaya Gupta
|
016a7e0aeb
|
Bug 777075 - Add a getMutableMetrics helper. r=mbrubeck
|
2012-08-07 10:39:04 -04:00 |
|
Kartikaya Gupta
|
02cb9a10d2
|
Bug 777075 - Trim the PanZoomState interface by moving some LayerController functions into PanZoomController. r=mbrubeck
|
2012-08-07 10:39:04 -04:00 |
|
Kartikaya Gupta
|
d1785a10e7
|
Bug 777075 - Extract a PanZoomTarget interface for functions that PanZoomController depends upon. r=mbrubeck
|
2012-08-07 10:39:03 -04:00 |
|
Kartikaya Gupta
|
81b7f838d9
|
Bug 777075 - Eliminate the getViewport and getZoomFactor methods in LayerController to further reduce exposed surface area. r=mbrubeck
|
2012-08-07 10:39:03 -04:00 |
|
Kartikaya Gupta
|
ac74fe9dd6
|
Bug 777075 - Extract a ZoomConstraints class to carry around the pieces of data that are otherwise floating around Tab and LayerController. r=mbrubeck
|
2012-08-07 10:39:03 -04:00 |
|
Kartikaya Gupta
|
8297193b5c
|
Bug 777075 - Refactor PanZoomController to consolidate code that gets the viewport metrics from the LayerController. r=mbrubeck
|
2012-08-07 10:39:03 -04:00 |
|
Lucas Rocha
|
ba1ca0ca89
|
Bug 766942 - Stop prograpation on clicks in toolbar buttons (r=mfinkle)
|
2012-08-07 15:23:21 +01:00 |
|
Lucas Rocha
|
460ad53eb9
|
Bug 766942 - Get rid of mInReadingList property in BookmarksTab (r=wesj)
|
2012-08-07 15:23:21 +01:00 |
|
Lucas Rocha
|
781cbdefe1
|
Bug 766942 - Implement new reader toolbar (r=mfinkle)
|
2012-08-07 15:23:21 +01:00 |
|
Lucas Rocha
|
1e3b039a08
|
Bug 766942 - Change Tabs to handle Reader:Removed message from Gecko (r=mfinkle)
|
2012-08-07 15:23:20 +01:00 |
|
Lucas Rocha
|
e2b26f4709
|
Bug 766942 - Fix GeckoApp's showToast() to actually show the notification (r=mfinkle)
|
2012-08-07 15:23:20 +01:00 |
|
Lucas Rocha
|
f9cd79cdf5
|
Bug 766942 - Set query argument with initial reading list state (r=mfinkle)
|
2012-08-07 15:23:20 +01:00 |
|
Lucas Rocha
|
cb9312376e
|
Bug 766942 - Add Reader:GoToReadingList bits to GeckoApp (r=margaret)
|
2012-08-07 15:23:20 +01:00 |
|
Lucas Rocha
|
b19666f40f
|
Bug 766942 - Support showing reading list directly on awesomebar startup (r=margaret)
|
2012-08-07 15:23:20 +01:00 |
|
Lucas Rocha
|
f2a7986549
|
Bug 766942 - Change bookmarks tab to support reading list as initial folder (r=margaret)
|
2012-08-07 15:23:20 +01:00 |
|
Michael Comella
|
0e042458b2
|
Bug 780481 - Fix top sites item height. r=sriram
|
2012-08-06 20:27:04 -04:00 |
|
Michael Comella
|
80e81c360b
|
Bug 780367 - AboutHomeContent should no longer have two views. r=sriram
|
2012-08-06 20:27:04 -04:00 |
|
Chris Peterson
|
058219de38
|
Bug 778468 - Part 6: Inject LayerView's InputConnectionHandler to remove GeckoInputConnection dependency. r=blassey
--HG--
extra : rebase_source : 7422a54c7c360ef8712c75d865e5e545d922aad1
|
2012-08-02 11:56:52 -07:00 |
|
Chris Peterson
|
469bd35e11
|
Bug 778468 - Part 5: Move GeckoAsyncTask to org.mozilla.gecko.util package. r=mfinkle
--HG--
extra : rebase_source : 4aa925222ea94fd58d5b071075c0d6a7d9be9231
|
2012-08-02 11:10:31 -07:00 |
|
Chris Peterson
|
14fc71e63a
|
Bug 778468 - Part 4: Move GeckoBackgroundThread to org.mozilla.gecko.util package. r=mfinkle
--HG--
extra : rebase_source : c9bc3d8bd3d1fe22adfb905030d904d4785386a6
|
2012-08-02 11:03:58 -07:00 |
|
Chris Peterson
|
b3cec8a435
|
Bug 778468 - Part 3: Move GeckoJarReader to org.mozilla.gecko.util package. r=mfinkle
--HG--
extra : rebase_source : 307ecf819a24b348c9878590066c20e3823519f6
|
2012-08-01 18:58:23 -07:00 |
|
Chris Peterson
|
8af1e3ae3b
|
Bug 778468 - Part 2: Move INIParser to org.mozilla.gecko.util package. r=mfinkle
--HG--
extra : rebase_source : c5f40ac931084fdcdd73304900fd5ecd0210c3ac
|
2012-08-02 10:40:57 -07:00 |
|
Chris Peterson
|
1fa3b14de9
|
Bug 778468 - Part 1: Move ActivityResultHandler to org.mozilla.gecko.util package. r=mfinkle
--HG--
extra : rebase_source : 2e367de82c0d129f2e469da825d49fd41dd6e19b
|
2012-08-02 10:33:44 -07:00 |
|
Wes Johnston
|
1b48f2f87d
|
Bug 769821 - Save app cache at install time for webapps. r=mfinkle,fabrice
|
2012-08-06 09:30:12 -07:00 |
|
Makoto Kato
|
452ec44074
|
Bug 771201 - Characters committed at every typing on fullscreen keyboard. r=cpeterson
|
2012-08-06 16:28:46 +09:00 |
|
Margaret Leibovic
|
deef108cb2
|
Bug 732336 - (Part 3) Listen for tab events in doorhanger popup. r=wesj
|
2012-08-04 16:34:47 -07:00 |
|
Margaret Leibovic
|
d0cf003180
|
Bug 732336 - (Part 2) Refactor DoorHanger/Tab to centralize logic in DoorHangerPopup. r=wesj
|
2012-08-04 16:34:44 -07:00 |
|
Margaret Leibovic
|
bea4a76e74
|
Bug 732336 - (Part 1) Move doorhanger-related event listeners to DoorHangerPopup. r=wesj
|
2012-08-04 16:34:42 -07:00 |
|
Ms2ger
|
c7a5b33778
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|