Lucas Rocha
afd83945a5
Bug 706667 - Remove unused properties from AboutHomeContent (r=blassey, a=mfinkle)
2011-12-13 20:15:17 +00:00
Lucas Rocha
0c421cadc7
Bug 706667 - Change indentation of about:home layout files for consistency (r=blassey, a=mfinkle)
2011-12-13 20:15:17 +00:00
Daniel Holbert
135af01549
Bug 709920: Be more sensitive in checking for zero-size viewBox in nsSVGPatternFrame::ConstructCTM. r=longsonr a=khuey
2011-12-13 12:12:36 -08:00
Andrew Halberstadt
ee2dd7102f
Bug 708309 - Do not use zipfile.extract in mozbase components for peptest r=jhammel a=test-only
2011-12-13 13:53:51 -06:00
Jonas Sicking
4b2598e457
Tests for Bug 706088. r=khuey. Also removes a now-obsolete test. r=bent. a=khuey
2011-12-13 11:46:19 -08:00
Lucas Rocha
584905231e
Bug 708485 - Add Fennec bookmarks to special "mobile" folder (r=blassey, a=mfinkle)
2011-12-13 19:47:40 +00:00
Lucas Rocha
98655b3f10
Bug 708485 - Create "mobile" special bookmarks folder on DB creation (r=blassey, a=mfinkle)
2011-12-13 19:47:40 +00:00
Lucas Rocha
97466ba4ae
Bug 709962 - Eliminate required table references in BrowserProvider's query interface (r=blassey, a=mfinkle)
2011-12-13 19:47:40 +00:00
Chris Lord
e7483beacf
Bug 708683 - Guard more rigorously against bad viewport updates. r=kats a=android-only
...
Check more values in browser.js when updating the viewport, and restructure
the JSON conversion in Java so that it's easier to tell what value caused a
bad viewport if it comes from Java.
2011-12-13 14:12:07 -05:00
Michael Wu
b01492badc
Bug 706599 - Handle no default in gonk key dispatching, r=jlebar a=gonk-only
2011-12-13 10:51:25 -08:00
Michael Wu
3ed78fb189
Bug 706558 - Remove SetEventCallback, r=roc a=code-removal
2011-12-13 10:51:25 -08:00
Mark Finkle
c9bf6407cd
Bug 704415 - Style the Add-on Manager (phase 1) [r=mbrubeck a=javascript]
2011-12-13 13:42:51 -05:00
Sriram Ramasubramanian
a57600d59d
Bug 709255: Avoid multiple instances of TabsTray. [r=mfinkle a=android-only]
2011-12-12 14:25:29 -08:00
Tom Schuster
a1553b8ae3
Bug 590036 - Optimize cases where we probably eval an array, that would be parsable by JSON. r=jorendorff a=SpiderMonkey
2011-12-13 18:24:10 +01:00
Tom Schuster
62af93c6ba
Bug 706924 - Rename JSOP_PUSH to JSOP_UNDEFINED, and remove dead code from the decompiler. r=Waldo a=SpiderMonkey
2011-12-13 18:23:37 +01:00
Steven Michaud
b723654ff1
Bug 708278 - Prevent recursion in ReportMoveEvent(), which can become infinite. r=bgirard a=maconly
2011-12-13 10:55:16 -06:00
Ed Morley
6991ff4007
Add a few recently created makefiles to toolkit-makefiles.sh (no bug); rs=build a=build-only
2011-12-13 16:41:22 +00:00
Ed Morley
6e33b717e5
Add services/crypto/component/Makefile to services/makefiles.sh & make style consistent with the other scripts (no bug); rs=build a=build-only
2011-12-13 16:41:22 +00:00
Mark Finkle
923ec728e3
Bug 701374 - Show go or search icon in awesomescreen field, as appropriate [r=lucasr a=android-only]
2011-12-13 11:31:35 -05:00
Marco Bonardo
87dfc08a7a
Bug 706280 - Intermittent failure in browser/components/places/tests/chrome/test_bug549192.xul | Exited with code 1 during test run.
...
r=felipe a=tests-only
2011-12-13 17:27:09 +01:00
Brad Lassey
38cab04af0
bug 710194 - Nightly has violated its self-enforced StrictMode policy after a clean install r=mfinkle a=java-only
2011-12-13 11:12:01 -05:00
Kyle Huey
4ef77dbef6
Bug 709657: Split uconv out of libxul. r=me a=me CLOSED TREE
...
--HG--
rename : intl/uconv/src/Makefile.in => intl/uconv/datamodule/Makefile.in
rename : intl/uconv/src/nsUConvModule.cpp => intl/uconv/datamodule/nsUConvDataModule.cpp
2011-12-13 10:48:16 -05:00
Lucas Rocha
acefaa8534
Bug 708151 - Fix switch indentation in BrowserProvider (r=blassey, a=mfinkle)
2011-12-13 14:46:58 +00:00
Lucas Rocha
1a7516c84e
Bug 708151 - Change GUID generation to be more compliant with Sync (r=rnewman, a=mfinkle)
2011-12-13 14:46:58 +00:00
Lucas Rocha
24d5588a3c
Bug 708151 - Add indexes where needed in local bookmarks/history DB (r=blassey, a=mfinkle)
2011-12-13 14:46:58 +00:00
Lucas Rocha
c0a91d1db3
Bug 708151 - Handle deleted records in a sync-friendly way (r=blassey, a=mfinkle)
2011-12-13 14:46:58 +00:00
Lucas Rocha
4f1fa84198
Bug 708151 - Add _id column to images and implement missing operations (r=blassey, a=mfinkle)
...
We need all operations (query, delete, insert, and update) for images in order
to implement favicon sync properly.
2011-12-13 14:46:58 +00:00
Lucas Rocha
f7e3a55609
Bug 708331 - Add keyword, description, and tags columns to Bookmarks (r=mfinkle, a=mfinkle)
2011-12-13 14:46:58 +00:00
Atul Aggarwal
7067bd5916
Bug 695648 - Remove unnecessary friend class mozilla::AutoRestore<bool> from nsContentUtils; r=smaug a=removal
2011-12-13 14:17:59 +00:00
Hub Figuiere
81bce588d9
Bug 707852 - Remove the wrapper for the Obj-C class as we can do without; r=surkov a=mac-only
2011-12-13 14:17:59 +00:00
Andrew Quartey
6fe0fd072a
Bug 706010 - Remove NS_SPECIALIZE_TEMPLATE and HAVE_CPP_MODERN_SPECIALIZE_TEMPLATE_SYNTAX; r=khuey a=cleanup/removal
2011-12-13 14:17:59 +00:00
Javi Rueda
603e427733
Bug 379342 - Remove Win95/Win98 support code in XPCom; r=bsmedberg a=removal
2011-12-13 14:17:58 +00:00
Nicolas Pierron
2052d40d37
Bug 700517 - Add "ret imm16" instruction for x86 and x86_64; r=dvander a=not-libxul
2011-12-13 14:17:57 +00:00
Serge Gautherie
f2dc61d3ce
Bug 706149 - Improve checks and documentation in browser_bug462289.js; r=enndeakin a=test-only
2011-12-13 14:17:57 +00:00
Lucas Rocha
eb73b43aeb
Bug 707636 - Use "signature" permissions on BrowserProvider (r=blassey, a=mfinkle)
...
To allow apps with same signature than Fennec to access Fennec's local DB via
content provider.
2011-12-13 14:12:03 +00:00
Lucas Rocha
d17603231a
Bug 707124 - Add query to BrowserProvider to fetch DB schema version (r=blassey, a=mfinkle)
2011-12-13 14:12:01 +00:00
Lucas Rocha
873d2dbd57
Bug 707732 - Handle case of updating favicon on non-existing URL (r=blassey, a=mfinkle)
2011-12-13 13:59:37 +00:00
Lucas Rocha
aed0d1e796
Bug 707732 - More robust implementation of add bookmark (r=blassey, a=mfinkle)
2011-12-13 13:59:27 +00:00
Lucas Rocha
db840d2371
Bug 707732 - More robust implementation of thumbnail update (r=blassey, a=mfinkle)
...
Also fixes thumbnail update on Honeycomb/ICS.
2011-12-13 13:59:15 +00:00
Lucas Rocha
24d41c6ded
Bug 701913 - Fix query to check bookmark URL in Honeycomb/ICS (r=blassey, a=mfinkle)
2011-12-13 13:44:54 +00:00
Lucas Rocha
428c7c3d21
Bug 698828 - Fix add bookmark operation in Honeycomb/ICS (r=blassey, a=mfinkle)
2011-12-13 13:44:54 +00:00
Lucas Rocha
d4489ff272
Bug 701835 - Fix bookmark removal in Honeycomb/ICS (r=blassey, a=mfinkle)
2011-12-13 13:44:54 +00:00
Doug Turner
7236088641
Bug 708200 - Do not create timer to fire geckoLoaded. r=blassey a=android-only
...
--HG--
extra : rebase_source : bab7b26936fa41d2f9ab4664e01d050a20038414
2011-12-12 16:27:34 +08:00
Doug Turner
d9c0d14cf5
Bug 708280 - delay checking checking for update until idle to avoid startup path. r=mfinkle
...
--HG--
extra : rebase_source : 0f8595409e980da3421fd86133bf83238d7ceb55
2011-12-12 16:27:34 +08:00
Doug Turner
c03f186609
Bug 709595 - Add a name for each java thread and timer to aide with debugging. r=blassey
...
--HG--
extra : rebase_source : 1f5472ef5301739425b162d5ce4b28a577daf0fb
2011-12-12 16:27:35 +08:00
Jonathan Kew
f5cc01e75a
bug 703861 - add hyphenation alias for de-AT-1901. r=smontagu a=khuey
2011-12-13 13:07:05 +00:00
Geoff Lankow
f8efdbf2ab
Bug 708397 - "addon-options-displayed" notification fires before XBL bindings apply; r=Unfocused, a=Unfocused
2011-12-13 23:32:11 +13:00
Chris Peterson
929200be45
Bug 708114 part 2 - Add resource flag to enable Android StrictMode for nightly and local builds. r=dougt a=android-only
2011-12-12 17:15:38 -08:00
Chris Peterson
98520bac0f
Bug 708114 part 1 - Comment out Android StrictMode for all build configurations. r=dougt a=android-only
2011-12-12 17:15:23 -08:00
Makoto Kato
beb8794bb8
Bug 709709 - Remove unused nsDragService::GetShellVersion. r=jimm. a=mbrubeck
2011-12-13 10:49:52 +09:00