William Lachance
f9f8f417d0
Bug 728298 - DeviceManager needs a good, standard way of starting an Android application. r=jmaher
2012-02-23 10:32:28 -05:00
Lucas Rocha
0ca6d51457
Bug 713056 - Update list of search engines in the main thread (r=blassey)
2012-02-23 15:24:22 +00:00
Lucas Rocha
b50851293c
Bug 710323 - Clicking on addons should go to their page in AMO (r=mfinkle)
2012-02-23 15:20:49 +00:00
Lucas Rocha
200915b1dd
Bug 710323 - Save homepageURL property for recommended addons (r=mfinkle)
2012-02-23 15:20:49 +00:00
Lucas Rocha
719f963923
Bug 710323 - Don't save unused properties for recommended addons (r=mfinkle)
2012-02-23 15:20:49 +00:00
Ben Turner
c5b46be23d
Backout 1f3643b7de2d
2012-02-23 07:09:44 -08:00
Ben Turner
7705855055
Backed out changeset 1f3643b7de2d
2012-02-23 07:09:11 -08:00
Jim Mathies
6285d37e41
Bug 699247 - Never call nsNotifyAddrListener's CheckAdaptersAddresses on the main thread and warn if somebody does. r=m_kato
2012-02-23 08:53:58 -06:00
Masatoshi Kimura
651eabedd7
Bug 699247 - Remove Win2K related code. r=jimm, sr=neil
2012-02-23 08:53:55 -06:00
Ben Turner
5d09f9ba63
Bug 717414 - 'Telephony: Make calls array live'. r=sicking.
2012-02-23 03:48:35 -08:00
Florian Boesch
401b77d113
Bug 728354 - Implement WebGL EXT_texture_filter_anisotropic extension *proposal* - r=bjacob
...
The spec proposal for this extension is at
https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/extensions/proposals/EXT_texture_filter_anisotropic/index.html
This adds a conformance test as well, that will have to be merged upstream.
2012-02-23 08:43:57 -05:00
Cervantes Yu
eda9cbfbb7
Bug 709590 - Update screen orientation from sensor notification. r=jlebar
2012-02-23 14:25:53 +01:00
Mark Capella
c15bf6c02a
Bug 407221 - Improve l10n notes for tagResultLabel and bookmarkResultLabel. r=mak
2012-02-23 14:25:13 +01:00
Mike Hommey
d0d436aa71
Bug 728968 - Detect clock_gettime when it's not in -lrt; r=khuey
2012-02-22 19:37:13 +01:00
Kartikaya Gupta
29fbb74b6e
Extract a setOriginAndResolution method to VirtualLayer and drop the locking as it is not needed.
2012-02-23 16:29:22 -05:00
Kartikaya Gupta
5da673389a
Rename mTileLayer to mRootLayer since it's not a tile layer anymore. Also change the type to VirtualLayer
2012-02-23 16:21:45 -05:00
Kartikaya Gupta
12d92cc3a2
Move transaction lock and synchronization from callers of updateViewport in to updateViewport itself
2012-02-23 15:31:40 -05:00
Kartikaya Gupta
dbd326aa8d
Move the beginTransaction from beginDrawing to endDrawing since we don't need to hold the lock during paint
2012-02-23 15:26:20 -05:00
Kartikaya Gupta
aff4115a30
Remove redundant getDisplayportOrigin method from ViewportMetrics; use getOrigin instead
2012-02-23 15:08:05 -05:00
Kartikaya Gupta
25c7f69e08
Bug 730033 - Rip out WidgetTileLayer and associated gunk. r=snorp
2012-02-23 14:55:15 -05:00
Kartikaya Gupta
1851ed9c9a
Add a bunch of comments to trace which threads transaction-related things are happening on
2012-02-23 13:25:19 -05:00
Kartikaya Gupta
0f5a1b586b
Move the call to moveFrameRateLayer off the UI thread since it calls beginTransaction
2012-02-23 12:54:54 -05:00
Kartikaya Gupta
9c0abdceee
Convert tabs to spaces
2012-02-23 11:31:01 -05:00
Kartikaya Gupta
9414ed4148
Re-land a fixed c8451607557b (Take out the empty GeckoLayerClient.dimensionsChanged method and the unneeded support architecture for it)
2012-02-23 10:09:38 -05:00
Benoit Girard
3d7c76396c
Merge backout
2012-02-23 11:09:14 -05:00
Benoit Girard
3e120ff06f
Backed out changeset c8451607557b
2012-02-23 11:04:11 -05:00
Kartikaya Gupta
6cf9db3547
Take out unused MultiTileLayer
2012-02-23 10:11:16 -05:00
Kartikaya Gupta
b364506101
Take out the empty GeckoLayerClient.dimensionsChanged method and the unneeded support architecture for it
2012-02-23 10:09:38 -05:00
Chris Lord
4f9fc0f6b0
Bug 729537 - Make sure the displayport is always set correctly. r=mfinkle
...
We were seeing unexpectedly large buffers and oddness until the first
pinch-zoom. This was caused by not setting the displayport correctly.
Change things up so that we just use the window size and resize events instead
of the viewport size (which is sent asynchronously to resize events) and make
sure to set the displayport whenever necessary.
2012-02-23 13:45:32 +00:00
Ehsan Akhgari
d67351164f
Bug 728614 - Part 8: Remove the unneeded assignment from getViewTransform; r=kats
2012-02-22 21:27:36 -05:00
Mike Hommey
e0e5b9e7f9
Bug 729596 - Use ftruncate in szip instead of posix_fallocate. r=taras
2012-02-22 19:42:56 +01:00
Ehsan Akhgari
94fc5a160e
Address the review comment, missed from the previous push
2012-02-22 17:15:53 -05:00
Ehsan Akhgari
4c777cfd64
Bug 728614 - Part 7: Pause painting when the orientation changes in order to avoid getting intermediate frames painted; r=kats
2012-02-22 15:14:28 -05:00
Ehsan Akhgari
43866aa4a5
Bug 728614 - Fix the zoom level when the device rotates on pages with <meta viewport> information; r=kats
2012-02-22 13:13:16 -05:00
Kartikaya Gupta
c713ff7f22
Strip down GeckoLayerClient - scope down visibility of fields/methods, remove empty methods and dead code, and inline some one-liner methods.
2012-02-22 15:08:46 -05:00
Kartikaya Gupta
0741d7041c
Completely collapse GeckoGLLayerClient into GeckoLayerClient.
2012-02-22 14:45:44 -05:00
Doug Turner
0ae451b288
Bad merge. Fixing missing curly brace
2012-02-22 09:58:33 -08:00
Doug Turner
754c5d2cbb
merge with mozilla-central:
2012-02-22 09:30:09 -08:00
Olli Pettay
ea853ad333
Bug 728577 - nsGlobalWindow::mFocusedNode seems to keep documents alive longer than needed, r=Enn
2012-02-22 19:08:40 +02:00
Kartikaya Gupta
b8bb4b25a1
Bug 729528 - Add logging to figure out how much viewport prediction will help us. r=Cwiiis
2012-02-22 12:02:38 -05:00
Rob Campbell
ab1e048072
merge fx-team to m-c
2012-02-22 12:47:22 -04:00
Ehsan Akhgari
f91a97e24e
Backout changeset b520f34d78f1 but keep the callback parts because they may be useful for other things
2012-02-22 11:35:25 -05:00
Ehsan Akhgari
61b95fe826
Fix an assertion condition to assert what it means
2012-02-22 11:29:21 -05:00
Kartikaya Gupta
570f9c276a
Fix android-xul JNI code
2012-02-22 11:14:41 -05:00
Aryeh Gregor
82315b5bd1
Bug 719503 - selection.deleteFromDocument() throws for collapsed selection; r=ehsan
2012-02-22 10:38:25 -05:00
Matthew Schranz
e6f5aa8906
Bug 698381 - Make Node.cloneNode aDeep argument optional, default to true. r=smaug
2012-02-23 14:23:30 +01:00
Robert Kaiser
2a964e5f93
bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - engine.name, r=gavin
...
--HG--
extra : transplant_source : 3%DDX%AB%B3I%CAbM%3D%088x%C1Mv%D4%A9%2C%9A
2012-02-23 13:50:15 +01:00
Kartikaya Gupta
444b44fb2e
Rip out the unused viewport bias and optimum offset code
2012-02-22 10:22:31 -05:00
Kartikaya Gupta
2696740297
Reduce some unnecessary logcat spew
2012-02-22 09:37:39 -05:00
Ed Morley
810fe947b3
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-02-22 14:10:55 +00:00