Geoff Lankow
|
e2b0995937
|
Bug 733633 - Inline settings of type=control only let buttons and menulists be in the input-container; r=Unfocused
|
2012-03-07 21:40:13 +13:00 |
|
Marco Bonardo
|
585d150603
|
Bug 731274 - Make reloadLivemarks optionally force reloads and use it to speed up livemarks population.
r=dietrich sr=gavin
|
2012-03-08 11:14:59 +01:00 |
|
Marco Bonardo
|
a0c5f23358
|
Bug 732404 - Remove dead handlers from editBookmarkOverlay.xul
r=mano
|
2012-03-08 11:14:57 +01:00 |
|
Mike Hommey
|
09cbaacf5a
|
Fixup for bug 603370. Re-sync build/autoconf/expandlibs.m4 with js/src
|
2012-03-08 09:15:51 +01:00 |
|
Mike Hommey
|
f955d8086e
|
Bug 603370 - Avoid Identical Code Folding messing with symbol reordering. r=khuey
|
2012-03-08 08:56:28 +01:00 |
|
Mike Hommey
|
934aace9a3
|
Bug 603370 - Add an option to expandlibs-exec to allow to reorder the symbols when linking. r=khuey
|
2012-03-08 08:56:27 +01:00 |
|
Mike Hommey
|
5b2d25f61e
|
Backout changeset 283408b8d8a3 (bug 603370)
|
2012-03-08 08:39:17 +01:00 |
|
Mike Hommey
|
a89c1b3ddc
|
Bug 515232 - Try getting general.useragent.locale as a complex value first in DirectoryProvider.cpp. r=bsmedberg
|
2012-03-08 08:39:17 +01:00 |
|
Mike Hommey
|
70f92bca22
|
Bug 695711 - Always add -ffunction-sections and -fdata-sections when building with GCC, and port bug 670659 and bug 675867 to js/src. r=khuey
--HG--
rename : build/unix/check_debug_ranges.py => build/autoconf/check_debug_ranges.py
rename : build/unix/check_debug_ranges.py => js/src/build/autoconf/check_debug_ranges.py
|
2012-02-27 16:35:44 +01:00 |
|
Mike Hommey
|
ba812f1af5
|
Bug 727959 - Don't error out when missing symbol for PLT relocations is weak. r=nfroyd
|
2012-03-08 08:29:39 +01:00 |
|
Cameron McCormack
|
982211b8db
|
Back out bug 725475 due to breaking scrolling on some machines
|
2012-03-08 17:21:09 +11:00 |
|
Alexander Surkov
|
08b51936b6
|
Bug 733335 - dexpcom nsIEditableTextAccessible::GetAssociatedEditor, r=davidb
|
2012-03-08 12:28:38 +09:00 |
|
Cameron McCormack
|
00db874245
|
Bug 725475 - Use more hidden scrollbars to tempt Synaptics drivers into giving us scrolling messages. r=jmathies
|
2012-03-08 13:16:47 +11:00 |
|
Bill McCloskey
|
a660f48b31
|
Bug 732719 - Mark stack slot as undefined (r=bhackett)
|
2012-03-07 18:05:29 -08:00 |
|
Marina Samuel
|
1b31d3b02c
|
Bug 733965 - Cursor not closed in ClientsDatabaseAccessor. r=rnewman
|
2012-03-07 18:01:33 -08:00 |
|
Brian Nicholson
|
7424dbbff3
|
Bug 732268 - Don't perform intent actions when launching from recent apps. r=blassey
|
2012-03-07 17:59:27 -08:00 |
|
Mats Palmgren
|
6fca6aec5e
|
Bug 728906 - Make nsIFrame::GetChildList return const nsFrameList&. r=bz
|
2012-03-08 02:57:37 +01:00 |
|
Mats Palmgren
|
dd7336d82b
|
Bug 728913 - Remove the nsMenuFrame::mPopupFrame member and store it in a nsFrameList* frame property instead (as needed). r=bz
|
2012-03-08 02:57:37 +01:00 |
|
Mats Palmgren
|
d2745bc51c
|
Bug 728911 - Remove the nsBlockFrame::mBullet member and store it in a frame property instead (as needed). For an outside bullet, store it as a nsFrameList* to support GetChildList(kBulletList). part 2/2 r=bz
|
2012-03-08 02:57:37 +01:00 |
|
Mats Palmgren
|
6b007e5ce3
|
Bug 728911 - Add a HasPushedFloat() method and move the PushedFloatProperty declaration to the .cpp file. part 1/2 r=bz
|
2012-03-08 02:57:37 +01:00 |
|
Mats Palmgren
|
59caec5782
|
Bug 728908 - Make nsLineBox::LastChild() DEBUG-only, since it's not used anymore to find the last frame of a line. part 2/2 r=bz
|
2012-03-08 02:57:37 +01:00 |
|
Mats Palmgren
|
66e9a4a3fe
|
Bug 728908 - Make the Overflow lines property have both a nsLineList and a nsFrameList for fast access to the last frame, eliminate SetNextSibling calls, and to support GetChildList(kOverflowList). part 1/2 r=bz
|
2012-03-08 02:57:37 +01:00 |
|
Matt Brubeck
|
3e24a1e507
|
Back out bug 373266 because of mochitest leaks
|
2012-03-07 17:15:57 -08:00 |
|
Brian Nicholson
|
d4b7ee6388
|
Backout 7a86dc056fe5 for test failures
|
2012-03-07 16:53:55 -08:00 |
|
Jeff Walden
|
79c6905951
|
Bug 732321 - Document mfbt style, rather than relying on reviewers to consistently remember and enforce every little bit of it. r=cjones, DONTBUILD because this is adding docs but touching no code
|
2012-03-01 20:47:30 -08:00 |
|
Eitan Isaacson
|
841f63a6aa
|
Bug 729373 - Move focus to chrome when overscrolling up with keyboard. r=cpeterson
|
2012-03-07 19:24:38 -05:00 |
|
Eitan Isaacson
|
bf66087d4c
|
Bug 729237 - Fixed AndroidBridge emit a11y event function, added java string class as class member. r=blassey
|
2012-03-07 19:24:38 -05:00 |
|
Nathan Froyd
|
86b38574ad
|
Bug 723846 - Part 3: add tests for FlagHistogram. r=taras
|
2012-03-02 10:15:46 -05:00 |
|
Nathan Froyd
|
c3b628aec5
|
Bug 723846 - Part 2: add FlagHistograms to nsITelemetry. r=taras
|
2012-03-02 09:59:38 -05:00 |
|
Nathan Froyd
|
2cbd8085c0
|
Bug 723846 - Part 1: add FlagHistogram to ipc. r=taras
|
2012-03-01 15:03:11 -05:00 |
|
Chris Peterson
|
9299a0663c
|
Bug 699465 - AwesomeBar: enable selectAllOnFocus attribute to preempt Edit Text context menu. r=dougt, sriram
|
2012-03-07 19:24:37 -05:00 |
|
Christian Holler
|
c75048ad98
|
Bug 727445 - Add --enable-address-sanitizer for ASan specific workarounds. Add --enable-llvm-hacks to pass CFLAGS to NSS and omit -Wl,-z,defs for shared libs. r=khuey,kaie
|
2012-03-07 15:11:15 -08:00 |
|
Ehsan Akhgari
|
ff798fef5e
|
Test case for bug 667512; r=smontagu
|
2012-03-07 17:43:51 -05:00 |
|
Brian Nicholson
|
062fa9dbd6
|
Bug 726018 - Thumbnails test case. r=gbrown
|
2012-03-07 13:58:31 -08:00 |
|
Brian Nicholson
|
536937fea1
|
Bug 726018 - Include sjs files in Robotium. r=gbrown
|
2012-03-07 13:58:31 -08:00 |
|
Brian Nicholson
|
0d46f37125
|
Bug 726018 - Save thumbnails only for successful page loads. r=mfinkle
|
2012-03-07 13:58:31 -08:00 |
|
Brian Nicholson
|
27ea1a8047
|
Bug 726018 - Add tab load states. r=mfinkle
|
2012-03-07 13:58:31 -08:00 |
|
Gregor Wagner
|
342cbbae2a
|
Bug 733599 - mozContacts should use DOMRequestIpcHelper. r=fabrice
|
2012-03-07 13:45:24 -08:00 |
|
Siddharth Agarwal
|
2a4b6c8ab1
|
Bug 699014 - Toolkit alerts shouldn't be displayed if the user's in a fullscreen app, presentation mode, or in Windows 8 immersive mode. r=bbondy, ui-r=limi
|
2012-03-08 02:39:04 +05:30 |
|
Benoit Jacob
|
4666975aeb
|
Bug 696636 - move GetData to the beginning so it's always called first - r=mattwoodrow
|
2012-03-07 15:18:57 -05:00 |
|
Benoit Jacob
|
1aec65946b
|
Bug 733665 - NS_ASSERTION failure when calling WebGL getExtension - r=jgilbert
|
2012-03-07 15:17:49 -05:00 |
|
Ehsan Akhgari
|
b9061c1cf2
|
Bug 715744 - Blocklist bexternal.dll to prevent crashes caused by it; r=bsmedberg
|
2012-03-07 14:22:31 -05:00 |
|
Margaret Leibovic
|
58ddd1aa14
|
Bug 733515 - Use localized strings for special folder names. r=rnewman,lucasr
|
2012-03-07 11:13:03 -08:00 |
|
Margaret Leibovic
|
8cdbb32745
|
Bug 711177 - Form autocomplete popup doesn't appear on tap of input. r=lucasr
|
2012-03-07 11:12:57 -08:00 |
|
Sriram Ramasubramanian
|
fc867bc319
|
Bug 732117: Fennec debug intent on startup path. [r=blassey]
|
2012-03-07 10:36:38 -08:00 |
|
Mounir Lamouri
|
11d811a229
|
Bug 733696 - Hal's CachingObservers shouldn't cache when GetCurrentInformation is called. r=jlebar
|
2012-03-07 19:26:38 +01:00 |
|
Alexander Surkov
|
d99cb36e7e
|
Bug 643172 - improve a11y eventQueue logging, r=marcoz
|
2012-03-08 03:19:50 +09:00 |
|
Sam Garrett
|
fc52aca7e2
|
Bug 637103 - Adding a reminder so that the runner knows only one screenshot was taken. r=karlt
|
2012-03-07 09:27:45 -08:00 |
|
Sowmya R
|
b17e81e60e
|
Bug 704394 - Add "quinoa" to the spell checking dictionary; r=ehsan
|
2012-03-07 12:24:51 -05:00 |
|
Josh Aas
|
9dbad6aafb
|
Bug 723523: Plugin crash fix, nsPluginInstanceOwner::CreateWidget. r=jmathies
|
2012-03-07 11:48:30 -05:00 |
|