Bobby Holley
663cc022d5
Bug 839467 - Remove JSContext pushing in AdoptNode. r=mrbkap
2013-04-08 10:24:21 -07:00
Rodrigo Silveira
17a9d4b7ea
bug 854274 - Showing tab doc when clicking + r=mbrubeck
...
--HG--
extra : rebase_source : 89db6d0e133565a49f122c793535c22b5fde6d2c
2013-04-03 09:34:55 -07:00
Chris Lord
81e4e4068e
Bug 856497 - Fix dynamic viewport sizing for margin changes. r=kats
...
The viewport wasn't being recalculated when the viewport margins changed, and
was also subject to some rounding errors. Round off the values before
comparing them (as they're screen pixels), and make sure to update the viewport
when the margins change. Margins were also not correctly being altered when
in overscroll, which could cause bottom-aligned fixed position content to be
incorrectly offset.
2013-04-08 16:35:00 +01:00
Georg Fritzsche
6f88a2a1c4
Bug 857589 - Bail out without warnings when no plugins registry key is present. r=bsmedberg
2013-04-03 16:24:03 +02:00
Trevor Saunders
49055ecbc9
bug 856349 - remove useless SHORT_LIBNAME assignments r=glandium
2013-03-30 15:42:45 -04:00
Trevor Saunders
39490e860d
bug 856779 - remove nsFrameManager::Init() r=dholbert
2013-03-31 18:43:04 -04:00
Trevor Saunders
5143df6d46
bug 856779 - make nsStyleSet::Init() return void r=dholbert
2013-03-31 18:08:29 -04:00
Trevor Saunders
6c61278b66
bug 856779 - kill NS_NewPresShell() r=bz
2013-03-31 16:39:27 -04:00
Gregory Szorc
224d5bb176
Bug 837323 - Automatically clobber when CLOBBER is updated; r=ted, glandium
2013-03-29 10:34:58 -07:00
Patrick McManus
beac071548
bug 857291 - fix 807678 regression of DNS::GetCanonicalName r=josh
2013-04-08 12:02:41 -04:00
Ehsan Akhgari
bfb42c373e
Bug 856455 - Make nsCOMArray::SetCapacity return void; r=bsmedberg
...
--HG--
extra : rebase_source : 38cdef904f9b7fc33bd3f41bd19b1778dfbd7990
2013-03-31 16:06:18 -04:00
David Burns
d1f25deb75
Bug 838607 - Added explicit wait for element to appear before carrying on the test. r=mdas
2013-04-08 16:16:57 +01:00
ISHIKAWA, Chiaki
c32ea5ae0e
Bug 859267 - Compile time warning: js/src/jsapi.h has an extra comma, and a semicolon r=jonco
...
--HG--
extra : rebase_source : 0a255af596747d424562bf1e9c49990b3ed30dca
2013-04-08 15:18:50 +01:00
Ryan VanderMeulen
f7ffa9c846
Backed out changesets 206bb159d62f, a6ab3e11f721, and a61aa08ab4ac (bug 837323) for frequent Windows fatal clobber errors on a CLOSED TREE.
2013-04-08 09:59:45 -04:00
Lucas Rocha
3eca6ef453
Bug 854458 - Use different focus navigation direction on horizontal tabs tray (r=mfinkle)
2013-04-08 14:38:39 +01:00
Lucas Rocha
62c20c3850
Bug 854458 - Implement keyboard navigation in TwoWayView (r=mfinkle)
2013-04-08 14:38:37 +01:00
Kyle Huey
b7c5926e3b
Back out Bug 788613 for breaking the build on Windows.
2013-04-08 06:22:50 -07:00
Aryeh Gregor
100ab0941f
Bug 851916 part 2 - createHTMLDocument() should work with no arguments; r=bz
2013-03-21 14:55:08 +02:00
Aryeh Gregor
a1a4b430b4
Bug 851916 part 1 - Update dom/imptests/webapps/ and harness; r=Ms2ger
...
--HG--
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_ChildNode-remove.js => dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/ChildNode-remove.js
2013-03-21 14:54:43 +02:00
Hannes Verschore
5f478bba88
Bug 855514: IonMonkey: Add fastpath for JSOP_TOID for ints and doubles that fit into an int, r=jandem
2013-04-08 14:54:20 +02:00
Julien Wajsberg
70cca18747
Bug 858833 - During an update, downloadAvailable is sometimes not reset to false after an error when it should. r=fabrice
2013-04-06 01:04:26 +02:00
Chia-hung Tai
e08dce8849
Bug 843445 - B2G MMS: Provide nsIDOMMobileMessageManager.retrieveMMS() to retrieve MMS for the deferred retrieval mode, part-2:mms_service. r=vyang, r=gene.lian, sr=sicking
2013-03-22 20:02:02 +08:00
Cykesiopka
5835d5ff46
Bug 794410 - Prevent drag and dropping an about: tab to the download button downloading the associated XUL file. r=paolo
2013-04-08 08:29:30 -04:00
David Burns
9b8f0d2bbc
Bug 814037 - Check overflow x and overflow y when doing visibility checks with Marionette. Atom updated. r=mdas
2013-04-08 13:13:11 +01:00
Hannes Verschore
1712e117b6
Bug 858617: IonMonkey: When inlining box unknown inputs, r=nbp
2013-04-08 14:12:44 +02:00
Randell Jesup
a15d1c6211
Bug 845741: Set mUpdateFinished under lock r=roc
2013-04-08 08:03:33 -04:00
Jonathan Kew
bb2bea552c
backout bd072e286fc0 (bug 858617) for assertion failures in check-jit-test
2013-04-08 12:59:04 +01:00
Jonathan Kew
27e78b220a
bug 832524 pt 3 - use higher-resolution menuitem icons when available on hidpi display. r=dao
2013-04-08 12:36:45 +01:00
Jonathan Kew
ef2bc58d32
bug 832524 pt 2 - position of the menu gutter rule in the app menu needs to be sensitive to resolution. r=dao
2013-04-08 12:36:13 +01:00
Jon Coppeard
0da78b4b95
Bug 858619 - GC: Address rooting hazards in ctypes r=terrence
...
--HG--
extra : rebase_source : 04bd30cebc35e48feaaf06a36603da3747ad6f9f
2013-04-05 18:53:53 +01:00
Vicamo Yang
365cd7a2c2
Bug 850127 (follow-up): use JS::Value instead and fix possible fennec build bustage. r=me
2013-04-08 17:53:48 +08:00
Hannes Verschore
e41624a6e3
Bug 858617: IonMonkey: When inlining box unknown inputs, r=nbp
2013-04-08 10:56:42 +02:00
Simon Montagu
526881c6ac
Exclude U+30FB KATAKANA MIDDLE DOT from the non-recommended characters that force IDN labels to be displayed as punycode. Bug 857490, r=jfkthame
2013-04-08 01:36:54 -07:00
Simon Montagu
16d525b6b1
Disable the check for mixed Simplified and Traditional Chinese characters when determining whether to display IDN labels as unicode or punycode. Bug 857481, r=honzab
2013-04-08 01:36:52 -07:00
Jonathan Kew
7e4f881d1b
bug 840881 - apply widget's default scale factor in widget/gtk2/nsWindow move & resize methods. r=roc
2013-04-08 08:52:23 +01:00
Mike Hommey
9c12af53ce
Bug 858204 - Enable libevent logging on debug builds. r=jlebar
2013-04-08 08:36:01 +02:00
Mike Hommey
e31b72a869
Bug 858393 - Avoid race condition creating directories in config.status. r=gps
2013-04-08 08:35:14 +02:00
Mike Hommey
b90e93ff94
Bug 857526 - Check webrtc target arch right after checking target OS, instead of after AC_OUTPUT, which is too late. r=ted
2013-04-08 08:34:06 +02:00
Mike Hommey
0deb6d8a57
Bug 857147 - Fixup Android DIST_FILES after bug 648407 and bug 852950. r=ted
2013-04-08 08:33:38 +02:00
Mike Hommey
0122d187d1
Bug 788613 - Dump config.log when configure fails. r=ted
2013-04-08 08:31:50 +02:00
Phil Ringnalda
49a6aa6c14
Back out 314ce3068d94 (bug 855389) for browser-chrome bustage
2013-04-07 22:59:33 -07:00
John Daggett
1055d1d3c6
Bug 854799 - backout changeset 0caf5937f8bc due to tp regression. r=roc
2013-04-08 14:46:36 +09:00
Shane Caraveo
fab5725594
bug 855389 fix social toolbarbutton structure to work with themes/etc, r=felipe
2013-04-07 20:58:50 -07:00
Frank Yan
1883f84cd5
Bug 795495 - Addendum: Fix browser_google.js's data URI again. a=test-only
2013-04-08 04:48:40 +01:00
Frank Yan
ab4aeb3f7c
Bug 795495 - Use 32x32 search engine icons in HiDPI mode when available. r=dolske
2013-04-08 03:02:43 +01:00
Phil Ringnalda
9e4a7269f5
Back out 75f108f790a1 (bug 795495) for breaking browser_google.js
...
CLOSED TREE
2013-04-07 20:37:55 -07:00
Shane Caraveo
833f3ebf82
bug 858868 fix xpcshell test bug and social pref migration. r=markh
2013-04-05 19:14:41 -07:00
Frank Yan
c7542b90f4
Bug 795495 - Use 32x32 search engine icons in HiDPI mode when available. r=dolske
2013-04-08 03:02:43 +01:00
Shane Caraveo
e7e7b9cb76
bug 845151 add new icons for install panel and chatnub, r=markh
2013-04-07 18:40:50 -07:00
Raymond Lee
9809331ffe
Bug 847786 - Remove app.feedbackURL preference for B2G if it's not used. r=fabrice
2013-04-08 07:26:56 +08:00