Ally Naaktgeboren
358a9a5f7a
Bug 589468 - Part 2/2: Change "computer" to "device" in all strings regarding desktop Firefox Sync. r=mconnor
...
--HG--
extra : rebase_source : 1041808123507a278b6bbddf7d387d6ef18ccfcd
2012-08-29 17:09:32 -07:00
Nick Alexander
a5d8bdb154
Bug 589468 - Part 1/2: Change "computer" to "device" in all strings regarding Android Sync. r=rnewman
...
--HG--
extra : rebase_source : 3ca1f449547976cc19094fc780fabf0e173ac422
2012-08-29 17:09:30 -07:00
David Zbarsky
0793e3afda
Bug 779084 - Move querySelector stuff out of nsGenericElement and into nsINode r=bz
2012-08-30 13:10:13 -04:00
Shian-Yow Wu
a7f4964f72
Bug 762426 - B2G network manager: support multiple simultaneously connected network interfaces. r=philikon
2012-08-30 13:57:33 -03:00
Timothy Nikkel
6188c0ff9d
Bug 786421. When hiding a popup panel don't bother sizing its view to zero because that is useless and confuses the widget sizing code. r=roc
...
Panels have a min size constraint set on them so when the view code tried to resize the widget to zero it would get bumped up to the min size. The view code would continue trying to resize the widget because of this.
2012-08-30 11:47:50 -05:00
Eddy Bruel
bc61df6da9
Merge fix
2012-08-30 17:19:00 +01:00
Eddy Bruel
c15090a3bd
Bug 703537 - Implement Harmony Direct Proxies; r=jorendorff
2012-08-30 17:17:29 +01:00
Lucas Rocha
7760ee34e3
Bug 787078 - Load Reader UI on pageshow instead of DOMContentLoaded (r=mfinkle)
2012-08-30 16:28:39 +01:00
Geoff Brown
a1a70f6577
Bug 787061 - Robocop: dump stack traces on event timeout; r=jmaher
2012-08-30 08:50:16 -06:00
Gregor Wagner
96628c7cc0
Bug 787069 - B2G desktop build broken. r=bent
2012-08-30 11:46:04 -03:00
Siddharth Agarwal
cf65c873fb
Merge mozilla-central to mozilla-inbound.
2012-08-30 19:10:27 +05:30
Siddharth Agarwal
4496964502
Merge mozilla-central to build-system.
2012-08-30 18:54:10 +05:30
Gregor Wagner
7936f469fb
Bug 786796 - Contacts API: make id, updated and published readonly. r=fabrice
2012-08-30 10:17:08 -03:00
Chris Jones
d1ad541565
Bug 778261: Move this workaround back into the right place. r=fabrice
2012-08-30 09:45:59 -03:00
Dão Gottwald
f9ace114ee
Bug 782453 - Add site-specific User Agent infrastructure and use it to fix AOL Mail. r=bz,ehsan sr=gerv
2012-08-30 13:49:05 +02:00
Jonathan Watt
3e14ac7223
Bug 786736 - Initialize nsSVGOuterSVGFrame::mFullZoom to the full-zoom value in the ctor. r=roc.
2012-08-30 09:55:22 +01:00
Chris Lord
040162f094
Bug 786672 - Use the scrolled frame for nsDisplayScrollLayer when finding the active scrolled root. r=roc
...
The underlying frame of an nsDisplayScrollLayer can change and end up returning
different values when finding the active scrolled root. Instead of relying on
display-item ordering/merging, get the scrolled frame from the item (which was
already storing it).
2012-08-30 08:31:16 +01:00
Landry Breuil
282752dbcc
Bug 785738 Part 6: use PRTime where appropriate, and add reinterpret_casts to int64_t in corresponding GetInt64 calls. r=ehsan
...
/home/landry/src/mozilla-central/toolkit/components/places/nsNavHistory.cpp:
In member function 'bool nsNavHistory::FindLastVisit(nsIURI*, int64_t*,
PRTime*, int64_t*)':
/home/landry/src/mozilla-central/toolkit/components/places/nsNavHistory.cpp:619:
error: invalid static_cast from type 'PRTime*' to type 'int64_t*'
/home/landry/src/mozilla-central/toolkit/components/places/nsNavHistory.cpp:
In member function 'bool
nsNavHistory::CheckIsRecentEvent(nsDataHashtable<nsCStringHashKey, long
long int>*, const nsACString_internal&)':
/home/landry/src/mozilla-central/toolkit/components/places/nsNavHistory.cpp:4360:
error: invalid static_cast from type 'PRTime*' to type 'int64_t*'
2012-08-30 09:10:49 +02:00
Landry Breuil
bb5e2fdc50
Bug 785738 Part 5: restore a PRUint64, fix an OpenBSD build failure. r=ehsan
...
Root cause is bug 634793 (ie int64_t != PRint64 on OpenBSD..sigh), and
since security/nss/lib/certdb/certt.h still uses PRUint64 for
cert_rev_flags_per_method we need to assign it a correct type in
security/manager/ssl/src/nsIdentityChecking.cpp.
2012-08-30 09:10:44 +02:00
Landry Breuil
e8c0d2f987
Bug 785738 Part 4: Use PRTime where appropriate under rdf/. r=ehsan
2012-08-30 09:10:40 +02:00
Landry Breuil
038741989a
Bug 785738 Part 3: use PRTime instead of int64_t where appropriate; r=ehsan
2012-08-30 09:10:35 +02:00
Landry Breuil
e29b54c9f3
Bug 785738 Part 2: use PRTime in nsDirIndex to match the idl. r=ehsan
2012-08-30 09:10:30 +02:00
Landry Breuil
994eaecaee
Bug 785738 Part 1: Use INT64_MAX/MIN instead of LL_MAXINT/MININT constants. r=ehsan
2012-08-30 09:10:26 +02:00
Mark Hammond
27fa58d8d8
Bug 786085 - fix intermittent orange in browser_notifications.js. r=gavin
2012-08-30 16:49:50 +10:00
Eric Chou
a7690a8e84
Bug 777665 - patch 1: Hook up settings to Bluetooth. r=qdot, sr=mrbkap
2012-08-30 14:08:50 +08:00
Dão Gottwald
8df753bca3
Bug 786291 - Dragging a pinned tab is jerky when the tab strip overflows. r=jaws
2012-08-30 07:51:06 +02:00
Dão Gottwald
7c693895c4
Bug 786406 - Move the tab drag image away from the cursor to prevent it from obscuring the dragged tab. r=jaws
2012-08-30 07:50:46 +02:00
Dão Gottwald
2a0a822714
Bug 786593 - Moving a tab to a different window leaves other tabs shifted in the source window. r=jaws
2012-08-30 07:50:28 +02:00
Oleg Romashin
61cbd87134
Bug 779726 - QGL includes fix, missing change, build fix. r=me. DONTBUILD because NPOTB
2012-08-29 22:01:58 -07:00
Phil Ringnalda
f0eeac59ed
Bug 744125 - Disable test_pointerlock-api.html on 10.8, too
...
--HG--
extra : rebase_source : a5f9aed6cf7d08b8660b1eff20f0ead0ae3e6cb9
2012-08-29 21:30:53 -07:00
Phil Ringnalda
beb4296fa9
Bug 786918 - Fix test_platform_colors.xul for 10.8
...
--HG--
extra : rebase_source : 00585f7bb8305cf03cd7f79db02c9a14afa22219
2012-08-29 21:29:12 -07:00
Phil Ringnalda
9f3f5abdda
Bug 756885 - Bail out of test_bug624329.xul early on 10.8, where win.maximize() gives us a resize without actually maximizing
...
--HG--
extra : rebase_source : af21d93bd8c4cc049322c371cc6e0517c4875bbf
2012-08-29 21:21:28 -07:00
Gina Yeh
e1df45386c
Bug 786596 - v1: get device type information. r=qdot, sr=mrbkap
2012-08-30 11:15:35 +08:00
Ryan VanderMeulen
ebd9d07ef7
Backout 69154d62012c and b0b07ef904ea (bug 672448) due to warnings-as-errors red.
2012-08-29 22:22:16 -04:00
Siddharth Agarwal
d96616fd8b
Bug 786886 - Force Pymake to spin up a shell for the signing command. r=gps
2012-08-30 05:47:07 +05:30
Siddharth Agarwal
ebc440e4e5
Bug 786791 - MSYS mangles the signtool shlibsign cmd with Pymake because it begins with a space. pending-r=ted
2012-08-30 01:18:53 +05:30
Siddharth Agarwal
4ac6379343
Backout bug 784262 because of Pymake bustage and GNU Make "warning: overriding commands for target".
2012-08-29 20:36:23 +05:30
Lucas Rocha
ce35a55e9a
Bug 778582 (r=mfinkle)
2012-08-29 14:46:03 +01:00
Ed Morley
8a2d0d11e2
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-08-29 14:35:19 +01:00
Olli Pettay
ee0f359210
Bug 784256 - Generate id->event type switch case from nsEventNameList.h, r=bz
...
--HG--
extra : rebase_source : 469e03023ae333ae0e527927fbe2b3209fa93067
2012-08-29 14:24:41 +03:00
Ed Morley
7ab9e64521
Backout 418955e7c3a9 (bug 782453) for Windows xpcshell failures
2012-08-29 13:53:15 +01:00
Shih-Chiang Chien
e320c56eaf
Bug 781438 - use correct messageManager to send 'Forms:Select:Choice' message. r=vingtetun
2012-08-29 15:46:22 +08:00
Mike Hommey
543e39518d
Bug 785871 - Make config.status importable. r=gps
2012-08-29 08:55:58 +02:00
Mike Hommey
6f9fd5c1fe
Bug 785622 - Only include .pp files corresponding to files we do build. r=khuey
2012-08-29 08:55:58 +02:00
Mike Hommey
2c1a2e9335
Bug 784262 - Use generic install/copy rule in rules.mk. r=ted
2012-08-29 08:55:57 +02:00
Mike Hommey
35fc14432b
Bug 783950 - Refresh libffi patches. r=ted
2012-08-29 08:55:57 +02:00
Mike Hommey
47d4a8624f
Bug 783331 - Add Phdr pointer and count to dl_iterate_phdr implementation. r=nfroyd
2012-08-29 08:55:57 +02:00
Kan-Ru Chen (陳侃如)
a015edd41e
Bug 781892 - Clear mImageQueue when setIdle or shuting down. r=cjones
2012-08-29 03:52:35 -03:00
Dão Gottwald
69ee58ce36
Bug 782453 - Add site-specific User Agent infrastructure and use it to fix AOL Mail. r=bz,ehsan sr=gerv
2012-08-29 08:03:24 +02:00
Daniel Holbert
43ad921ae7
Bug 786111: Prevent recursive calls to nsSMILAnimationController::DoSample(). r=birtles sr=roc
2012-08-28 22:32:56 -07:00