Commit Graph

8446 Commits

Author SHA1 Message Date
Marco Bonardo
435698f755 Bug 597995 - Tags of bookmarks is lost doing UNDO after a CUT or DELETE.
r+a=dietrich
2011-01-14 14:51:56 +01:00
Shawn Wilsher
19fb5d06f9 Bug 606966 - Need an async history visit API exposed to JS
Part 15 - Only get a new session id if we need to.
r=mak
a=blocking
2011-01-13 18:31:34 -08:00
Shawn Wilsher
9053f35736 Bug 606966 - Need an async history visit API exposed to JS
Part 14 - Set the guid for new visits when it is given.
r=mak
a=blocking
2011-01-13 18:31:34 -08:00
Shawn Wilsher
fc42621aaf Bug 606966 - Need an async history visit API exposed to JS
Part 13 - Set the page title for new visits when it is given.
r=mak
a=blocking
2011-01-13 18:31:34 -08:00
Marco Bonardo
f6aba5989f Bug 621274 - Location Bar remembers invalid (Server not found) URLs.
r=sdwilsh a=blocker
2011-01-14 02:33:33 +01:00
Shawn Wilsher
d6a1fa44cb Merge mozilla-central and Places 2011-01-13 15:07:04 -08:00
Shawn Wilsher
136dfbd691 Bug 606966 - Need an async history visit API exposed to JS
Part 3 - Stub out the methods on mozilla::places::History.
r=mak
a=blocking
2011-01-13 13:37:04 -08:00
Shawn Wilsher
5845a82164 Bug 606966 - Need an async history visit API exposed to JS
Part 1 - Public interfaces for the new API
r=mak
sr=rs
a=blocking
2011-01-13 13:37:02 -08:00
Mounir Lamouri
4c878405c1 Bug 619223 - Arrow panel should use the direction of the anchor. r=enndeakin f=smontagu a=blocking-final 2011-01-13 15:02:20 +01:00
Ted Mielczarek
01276d8831 bug 620974 - Add Breakpad processor code to binary test component to allow testing minidump contents. r=bsmedberg a=testonly
--HG--
extra : rebase_source : ba728fe297e9ce066438719b839e07deb38b1dd5
2011-01-12 14:14:15 -05:00
Ted Mielczarek
6ed416f3ed Fix compiling some parts of Breakpad processor on Win32. Landing as part of bug 620974, reviewed and landed upstream. r=mento, a=testonly
--HG--
extra : rebase_source : b13c758010ab079f5f4d016b9041efec5338baa1
2011-01-12 14:13:53 -05:00
Ted Mielczarek
d19c6bec53 bug 620974 - add memory mapping info to Windows minidumps when we have a new enough dbghelp.dll. r+a=bsmedberg
--HG--
extra : rebase_source : 6e031939fefe0f36343a16a123552f0828203e1f
2011-01-12 14:13:52 -05:00
Shawn Wilsher
33eb440f39 Bug 606966 - Need an async history visit API exposed to JS
Part 12 - InsertVisitedURIs should handle adding multiple visits to the same place.
Fixes a minor bug in Part 10.
r=mak
a=blocking
2011-01-12 10:22:55 -08:00
Shawn Wilsher
1a27b37ceb Bug 606966 - Need an async history visit API exposed to JS
Part 11 - Refactor embed visit adding into a helper method.
r=mak
a=blocking
2011-01-12 10:22:39 -08:00
Blair McBride
0d7a6728d3 Bug 558321 - Tab Matches are not honoured in Private Browsing mode. r=mak77, a=blocking-betaN 2011-01-12 13:40:36 +13:00
Blair McBride
23fc503d76 Bug 608468 - Details View should include the add-on Summary text from AMO. r=dtownsend, a=blocking-final 2011-01-19 13:37:36 +13:00
Margaret Leibovic
c85bd89f91 Bug 617553 - Doorhanger for add-on installation failures inside the AOM has no parent with chrome hidden [r=gavin, a=blocking] 2011-01-18 14:57:40 -08:00
Jonathan Kew
ed55ace99d bug 607121 and bug 626180 - add sample non-Latin text to the test plugin description, to verify that we manage encodings properly. r+a=bsmedberg 2011-01-18 18:27:26 +00:00
Rob Campbell
b002155303 Bug 623597 - Properly align layout elements in net inspector when horizontal scrolling is needed; backout a=philor 2011-01-18 13:17:01 -04:00
Margaret Leibovic
acc5e3b44d Bug 619422 - Split buttons in doorhanger notifications need styling in custom themes [r=dao, a=blocking] 2011-01-18 08:42:57 -08:00
Dão Gottwald
ce272b2f86 Backing out part of changeset 22ea9b958dc7. a=?! 2011-01-18 10:43:44 +01:00
Dão Gottwald
a051944740 Bug 625314 - Remove transparency for arrow panels on Windows. r=enn 2011-01-18 09:47:20 +01:00
Patrick Walton
a1a0ac8caa Bug 615735 - Clean up find bar close button CSS. r=dao 2011-01-18 09:46:52 +01:00
Pascal Chevrel
8b40a7cef7 Bug 621091 - Linux Theme should use moz-icon://stock/gtk-file for blank documents. r=dao 2011-01-18 09:43:01 +01:00
Shawn Wilsher
780cfeb1f6 Bug 606966 - Need an async history visit API exposed to JS
Part 10 - Refactor InsertVistedURI to InsertVisitedURIs and have it take an
array of VisitData objects to add.
r=mak
a=blocking
2011-01-11 11:13:17 -08:00
Shawn Wilsher
6b01361147 Bug 606966 - Need an async history visit API exposed to JS
Part 9 - Move referrer loading logic into a helper method.
r=dietrich
a=blocking
2011-01-11 11:03:22 -08:00
Shawn Wilsher
b739f916f8 Bug 606966 - Need an async history visit API exposed to JS
Part 8 - add a referrerSpec and guid property to VisitData.  We'll need to
potentially pass both of these in the new updatePlaces method.
r=mak
a=blocking
2011-01-11 11:01:26 -08:00
Shawn Wilsher
a016d1ec0c Bug 606966 - Need an async history visit API exposed to JS
Part 7 - Pull FetchPageInfo onto History, and make both of our current async
operations use it (requires us to add title to VisitData).
r=dietrich
a=blocking
2011-01-11 10:48:53 -08:00
Shawn Wilsher
2fe0271591 Bug 606966 - Need an async history visit API exposed to JS
Part 6 - Move inserting and updating of moz_place entries from InsertVisitedURI
to History.
r=dietrich
a=blocking
2011-01-11 10:48:14 -08:00
Shawn Wilsher
849defeaa0 Bug 606966 - Need an async history visit API exposed to JS
Part 5 - Add a new constructor to VisitData that takes a URI and automatically
obtains the spec and the reversed hostname.  Also add a method to set the
transition type that also sets the hidden flag and the typed flag accordingly.
Finally, update all the code that sets this stuff manually to use the new
helper methods.
r=dietrich
a=blocking
2011-01-11 10:34:04 -08:00
Shawn Wilsher
5a5c230227 Bug 606966 - Need an async history visit API exposed to JS
Part 4 - Refactor hidden flag logic into a helper method.
r=mak
a=blocking
2011-01-11 10:26:44 -08:00
Shawn Wilsher
bf73ed9554 Bug 606966 - Need an async history visit API exposed to JS
Part 2 - Refactor tests and add a run_next_test method in head_common.js
r=mak
a=blocking
2011-01-11 10:19:19 -08:00
Ted Mielczarek
e31cb0b8f8 Backed out changeset cc4c72425f0e, bug 620974 - Add memory mapping info to Windows minidumps. r=timeless,bsmedberg, a=bsmedberg
Didn't fix the actual bug, new patch being landed.

--HG--
extra : rebase_source : 83a7941aa4cdea46df724871cd2d2eefd157440a
2011-01-11 10:28:55 -05:00
Marco Bonardo
9af4bd6c3f Bug 609286 (Part 2) - Detect a corrupt Places.sqlite and replace the database on next startup.
r=dietrich a=blocking
2011-01-10 19:57:24 +01:00
Marco Bonardo
d231ebd457 Bug 609286 (Part 1) - Detect corrupt places.sqlite and replace it on next startup.
r=dietrich a=blocker
2011-01-10 19:54:49 +01:00
Marco Bonardo
ece84561f1 Bug 615992 - IsBookmarked can lock for each onVisit call.
r=sdwilsh a=blocking
2010-12-20 18:21:49 +01:00
Justin Dolske
820f319aec Fix and reenable test from bug bug 620145. a=bustage 2011-01-07 19:47:21 -08:00
Justin Dolske
d80f152347 Disable test from bug 620145, as it doesn't seem to work. Patch seems ok, though. a=bustage 2011-01-07 19:09:43 -08:00
Neil Deakin
2552d11f4d Bug 620145 - Prompt for gmail message with no text has to be focused (clicked on) before ok-ing (or canceling). r=smaug, a=blocking 2011-01-06 11:05:00 -08:00
Chris Leary
db5386a0c3 Merge tracemonkey to mozilla-central. (a=blockers) 2011-01-07 11:49:49 -08:00
Kyle Huey
9a72e3a4ed Bug 619644: Followup to address test review comment. a=test-only DONTBUILD
--HG--
extra : rebase_source : 1bd79ec0948a3f90d623f56c67e812875594921e
2011-01-07 14:10:12 -05:00
Taras Glek
5d3356f386 Bug 562406 - Omnijar js components from startupcache during build(disabled by default, landing for mobile use) r=bsmedberg a=approval2.0 2011-01-07 11:04:33 -08:00
Chris Leary
e2855fd450 Merge tracemonkey and mozilla-central. 2011-01-07 00:17:35 -08:00
Dave Herman
4d3f12b35d rs=build-peers, misnamed shell variable in toolkit-makefiles.sh 2011-01-06 08:13:08 -08:00
Wesley Johnston
a7f041b099 Bug 611403 - Installing crashme-new.xpi fails to actually install [r=dtownsend a=blocking-fennec] 2011-01-06 10:27:55 -05:00
Ted Mielczarek
82cfa6109b bug 620974 - Add memory mapping info to Windows minidumps. r=timeless,bsmedberg, a=bsmedberg
--HG--
extra : rebase_source : 2c6b3d8d209ff8f69cdf39491bf34758984e31c9
2010-12-23 14:18:31 -05:00
Blair McBride
6137ed3ea4 Bug 602059: Large screenshots not handled well, and/or no scroll bars on details page. r=dtownsend, a=blocks-final 2011-01-07 09:19:53 -08:00
Blair McBride
e353a3cc85 Bug 616801: With an update available the buttons in the list view are shifted. r=dtownsend, a=blocks-final 2011-01-07 09:18:47 -08:00
Dave Townsend
041dc647eb Bug 617493: Support no contribution amount. r=Unfocused, a=blocks-betaN 2011-01-07 09:17:03 -08:00
Dave Townsend
b0c5520454 Bug 562790: Support paid results in the add-ons search results. r=Unfocused, a=blocks-betaN 2011-01-07 09:09:09 -08:00
Dave Townsend
ac5dde40fc Bug 618502: about:addons can display an empty add-on page after uninstall/restart. r=Unfocused, a=blocks-final 2011-01-07 09:08:13 -08:00
Dave Townsend
c35b10906d Bug 623750: browser_bug596336.js cannot run by itself. r=Unfocused, a=tests 2011-01-06 15:45:25 -08:00
Dão Gottwald
5b9d931831 Bug 620896 - Remove -moz-box-align:center and -moz-box-pack:center from type=menu-button buttons. r=neil
--HG--
extra : rebase_source : 9b6893ce3dbb52f17d8718b74d3d00f8cb4479c5
2011-01-06 23:36:57 +01:00
Chris Leary
1d3c0638b7 Merge mozilla-central into tracemonkey. 2011-01-04 10:51:14 -08:00
Mihai Sucan
6bafd4e33d Bug 603625 - Network Panel heading alignment; f=pwalton r=dao a=gavin.sharp 2011-01-04 11:47:34 -06:00
Mihai Sucan
b933f06cd3 Bug 602572 - Log request and response bodies checkbox issues in Web Console; f=rcampbell r=dolske a=final+ 2011-01-04 11:33:12 -06:00
Mihai Sucan
dc590f2554 Bug 613364 - javascript strict errors fail to show; f=ddahl r=gavin.sharp a=blocking2.0+ 2011-01-04 11:32:44 -06:00
Mihai Sucan
c27b420c88 Bug 614793 - Web console window should automatically scroll to display results a=test-only-fix r=ddahl 2011-01-04 11:31:57 -06:00
Mihai Sucan
f421f55a98 Bug 618344 - Web Console pprint() command should display something useful for functions; f=rcampbell r=sdwilsh a=gavin.sharp 2011-01-04 11:31:48 -06:00
Mihai Sucan
bf37e8952f Bug 620875 - Intermittent browser_webconsole_bug_595934_message_categories.js | Test timed out followed by failures to give up and stop running; r=sdwilsh a=sdwilsh 2011-01-04 11:30:31 -06:00
Neil Deakin
9745c2afd5 Bug 607224, add property that specifies if a menu was opened via the keyboard, r=neil,a=blocking 2011-01-04 12:24:51 -05:00
Dave Townsend
9c6c875eba Bug 570012: Show download progress when installing new add-ons. r=gavin, a=blocks-betaN 2011-01-03 11:40:47 -08:00
Drew Willcoxon
bad392798a Bug 618954 - Smart keyword result titles in the awesomebar should not have extra space after them. r=gavin, a=blocking2.0-final 2011-01-03 15:02:28 -08:00
Drew Willcoxon
42135897d1 Bug 610130 - Doorhanger notifications confused when switching between tabs with different types of doorhangers. r=gavin, a=blocking2.0-final 2011-01-03 15:02:23 -08:00
Brad Lassey
83ceb4df00 bug 622684 - updates should not be downloaded to "<sdcard>/downloads" r=mbrubeck a=blocking-fennec 2011-01-03 17:32:57 -05:00
Steven Michaud
6056316781 Bug 531552 - Firefox opens two windows when opening external links. r,a=josh 2011-01-03 10:08:36 -06:00
Kyle Huey
b431e1861c Bug 619644: Stop ESC from propagating through a tab-modal prompt. r=dolske a=b:betaN 2010-12-31 21:57:56 -05:00
Tyler Downer
3232ba1817 Bug 481655 - Remove bogus "listbox menulist:not([disabled])" rule from menulist.css. r=dao a=gavin 2010-12-31 13:07:32 +01:00
Markus Stange
6d472c6e36 Bug 618096 - Use 16x16 for extension toolbar icons on Mac. r=dao 2010-12-31 13:05:13 +01:00
Olli Pettay
adda60ddf0 Bug 605127 - Autoscroll stops unintentionally while page is scrolling, r=neil, a=blocking 2010-12-29 10:14:12 +02:00
Olli Pettay
cfca716489 Bug 618183 - TypeAheadFind object is kept alive too long, r=jst, a=blocking 2010-12-29 10:11:26 +02:00
Felipe Gomes
a948862a2e Bug 559992. Implement a caching mechanism for the contentprefs service and use it to retrieve page-specific zoom values, avoiding zoom flicker with back/forward navigation. r=gavin sr=vlad a=blocking-betaN 2010-12-28 12:45:04 -08:00
Felipe Gomes
06d6420f9c Back out 435b65622b7b due to orange. a=backout 2010-12-28 12:09:37 -08:00
Felipe Gomes
dc95908515 Bug 559992. Implement a caching mechanism for the contentprefs service and use it to retrieve page-specific zoom values, avoiding zoom flicker with back/forward navigation. r=gavin sr=vlad a=blocking-betaN 2010-12-28 11:05:08 -08:00
Ben Hearsum
7cb5b2ad09 bug 609878: no longer generating en-US langpacks after bug 578393. r=khuey, a2.0=dbaron 2010-12-28 12:41:36 -05:00
Vladimir Vukicevic
0285a9d935 b=578877, reenable WebGL on Linux; r=vlad,a=b 2010-12-27 12:05:01 -08:00
Dão Gottwald
19e4de6e27 Bug 621395 - Implement more reasonable styling for type="menu-button" buttons on Linux. r=ventron a=gavin 2010-12-27 12:41:36 +01:00
Phil Ringnalda
62bfcb807b Bug 567950 - Re-enable browser_keyevents_during_autoscrolling.js to see whether the cause of its intermittency is actually long gone, a=test 2010-12-26 14:20:27 -08:00
Jacek Caban
939c9b44bc Bug 619902 - Landing 617111 broke crosscompiling to Windows on case-sensitive OSes r+a=sdwilsh 2010-12-26 22:33:57 +00:00
Gavin Sharp
82f380c4da Back out 0ab0603bea99 (bug 489303) due to suspected Txul regression, a=backout 2010-12-25 14:55:35 -05:00
Phil Ringnalda
6970bbfdfb Bug 621018 - Some browser-chrome tests hit the network by loading about:addons, r=mossop, a=test 2010-12-25 08:34:28 -08:00
Geoff Lankow
b71d13a50d Bug 606686 - The display order of the Remove vs. Enable/Disable buttons is different in list view and detailed view. r=dtownsend
--HG--
extra : rebase_source : c804186aaa282571deb8cd361cebaddefab82650
2010-12-19 11:49:49 +13:00
Dão Gottwald
cec9a440fb Backed out changeset 1a15dd47da63 a=backout
--HG--
extra : rebase_source : 98be533f8e4ed474cbb313bd5f3b75964b2a5eee
2010-12-24 12:14:25 +01:00
Neil Deakin
49b5659acf Bug 489303 - No resizer since the statusbar is gone, r=gavin+roc, a=b 2010-12-21 13:19:00 -08:00
timeless@mozdev.org
9bda36c7a6 Bug 587618 movePath:toPath:handler: is deprecated in UIMoveFile
r=ted a=bsmedberg
2011-01-05 14:11:56 -08:00
Serge Gautherie
2cf5e0e163 Bug 626294 - [SeaMonkey] permanent "TEST-UNEXPECTED-FAIL | .../test_bug620145.html | got tabmodal promptbox"; (Av1) Fix bug 625038 nit, Fix bug 620145 case and bug 615186 case.
r=Olli.Pettay a=(test only).
2011-01-17 19:32:47 +01:00
Blair McBride
33351d2884 Bug 619682 - Addons Manager "Available Updates" pane shown even if no updates, if check for updates performed from "Recent Updates" section; r,a=Mossop 2011-01-03 13:45:34 +13:00
Mihai Sucan
00cba183fb Bug 623597 - Properly align layout elements in net inspector when horizontal scrolling is needed; f=rcampbell r=dao a=blocking2.0 2011-01-17 12:36:49 -04:00
Neil Deakin
6b11f9fd6c Bug 607224, followup to use separate interface, r=neil,a=blocking 2011-01-17 09:36:33 -05:00
Neil Deakin
fee5806e2b Bug 489303, show resizer when statusbar is hidden, r=roc,gavin a=blocking 2011-01-17 09:35:32 -05:00
Kyle Huey
095182dc82 Bug 625308: Don't run a tab-modal specific test when tab-modal prompts are off. a=test-only 2011-01-16 17:36:18 -05:00
Hiroyuki Ikezoe
4f1a225baa Bug 529979 - Intermittent failure in browser_aboutCrashesResubmit.js, r=ted, a=test 2010-12-31 20:22:00 -08:00
Dave Townshend ext:(%20and%20Chris%20Jones%20%3Cjones.chris.g%40gmail.com%3E)
2fbc7a1847 Bug 616841, part 2: "Localize" the JS component JSContext. r=bz 2011-01-14 16:03:21 -06:00
Robert Strong
d848e41851 Bug 620837 - Modify blocklist pingCount parameter to track pingCount for profile and for version. r=mossop, a=approval2.0 2011-01-14 13:29:27 -08:00
Taras Glek
38f30d5f65 Bug 522375: fix non-libxul builds + testcase nits from gavin. a=bustage,tests 2011-01-14 13:29:25 -08:00
Chris Leary
272d457a20 Merge mozilla-central to tracemonkey. 2010-12-29 19:25:04 -05:00
Dão Gottwald
f4b31b4879 Bug 620658, re-enable arrow-panel styling on Linux, a=b 2011-01-26 13:50:48 +01:00
Rail Aliev
1e3319592a Rename firefox-*.mac64.dmg to firefox-*.mac.dmg. r=ted, a=benjamin, CLOSED TREE 2011-01-25 21:08:23 -08:00
Pascal Chevrel
c919a88530 Bug 627881 - bad file path in toolkit/themes/gnomestripe/mozapps/jar.mn; r,a=Mossop 2011-01-25 15:22:28 -05:00
Paolo Amadini
614084bd6a Bug 610661 - Addon object not passed to custom about dialogs; r,a=Mossop
--HG--
rename : toolkit/mozapps/extensions/test/browser/addon_prefs.xul => toolkit/mozapps/extensions/test/browser/addon_about.xul
2011-01-25 15:15:05 -05:00
Benjamin Stover
4c7a50053e Bug 624451 Toolkit update to Geometry.jsm r=Mossop a=blocking-fennec 2011-01-25 12:07:45 -08:00
Mike Conley
8795d63648 Bug 624808 - Add-ons should be grouped in list view according to their status (enabled, disabled, etc). r=Mossop a=b 2011-01-21 15:03:10 -05:00
Kyle Huey
d6cee279fb Bug 620615 - Make double-extra-sure that we shutdown the prompt. r=dolske 2011-01-19 19:38:48 -05:00
Geoff Lankow
357a880970 Bug 623207 - Add-ons manager last updated date and sorting bar should be removed from list view. r=Mossop a=b 2011-01-18 14:11:22 +13:00
Ms2ger
ab3e0c7039 Bug 620362 - Uninitialized variable warning in nsNavHistory::InternalAddNewPage. r=mak 2011-01-25 15:28:09 +01:00
Taras Glek
ba7b7b582d Bug 628363: make startup measurements less bogus after restart. r=mossop a=mossop 2011-01-24 22:40:32 -08:00
Chris Leary
a490c5bc24 Merge mozilla-central and tracemonkey. (a=blockers) 2011-01-24 19:47:52 -08:00
Jacek Caban
4acc529f1a Bug 628117 - nsAppRunner.cpp fails to compilr with dwrite disabled; r=jdaggett,Bas approval2.0=joedrew
--HG--
extra : rebase_source : 32b77b4ad76f30c4ae3a73f19d58d09cd47b7b69
2011-01-23 05:45:00 -05:00
Margaret Leibovic
359aa8443e Bug 595271 - Create focus styles for split menu buttons in popup (doorhanger) notifications [r=dao, a=blocking] 2011-01-24 17:27:25 -08:00
Frank Yan
db48fdc8bf Remove outdated windows versions from makefile comment. a=comment-only 2011-01-24 17:39:12 -08:00
Frank Yan
32e6fc07ad Bug 612053 - clicking a few pixels down from "Plugins" should not make hidden pane appear. r=bmcbride a=dolske 2011-01-24 17:37:57 -08:00
Dave Townsend
e51597dabb Backout of changeset 9acd51502a65 from bug 579846. a=bustage 2011-01-24 14:59:51 -08:00
Jeff Walden
15fda24aa9 Bug 497869 - Future reserved words are syntax errors in strict mode. r=brendan 2011-01-22 17:46:22 -08:00
Jeff Walden
882117c5e3 Back out everything from the last several hours for turning into a disaster zone finally ending in total orange. r=return-to-sanity 2011-01-23 03:12:28 -08:00
Jeff Walden
5ef527b523 Another round of orange fixes, sigh. r=orange yet again 2011-01-23 00:12:05 -08:00
Jeff Walden
a04ed905d9 More orange-fixing. r=yellowish-red 2011-01-22 22:52:02 -08:00
Dave Townsend
fc3c88de27 Bug 616457: Update check also checks for updates of removed add-ons. r=robstrong, a=blocks-betaN 2011-01-05 10:55:48 -08:00
Oleg Romashin
c9627db2fd Bug 621226 - extern C necessary for older libproxy iirc. r=doug.turner a=approval2.0 2011-01-05 15:48:23 +02:00
Oleg Romashin
25e94b7043 Bug 622474 - [QT] ipdlunittest does not work on Qt port r=dougt a=npodb 2011-01-05 15:48:21 +02:00
Oleg Romashin
b06ed32a31 Bug 622063 - Make Fennec-Gtk compiling on Maemo6 r=dougt a=approval2.0 2011-01-05 15:48:16 +02:00
Ted Mielczarek
1c84e95aeb bug 575519 - add a VC9-built dump_syms.exe, choose dump_syms based on compiler version. r=mitch, a=legneato
--HG--
rename : toolkit/crashreporter/tools/win32/dump_syms.exe => toolkit/crashreporter/tools/win32/dump_syms_vc1400.exe
extra : rebase_source : 3343baae2b65666b3d2d54a1e2c13fecce85d387
2010-09-23 12:53:52 -04:00
Joe Walker
a97102da8c Bug 619910 - Misplaced autocomplete suggestions when typing a command in a new line; f=mihai.sucan r=gavin.sharp approval2.0=gavin.sharp 2010-12-21 09:31:31 +00:00
Neil Deakin
b33e662da2 Bug 615186, clear mouse selection and capturing state when opening a modal dialog, r=smaug,a=blocking 2011-01-12 21:00:14 -05:00
Neil Deakin
deb3710bed Bug 616607, use screen coordinates to calculate arrow panel position, r=neil, a=blocking 2011-01-12 20:57:36 -05:00
Justin Dolske
85baaf14aa Bug 618515 - Add moar tests for nsPrompter. a=me 2011-01-12 16:59:45 -08:00
Justin Dolske
8e20418768 Bug 608604 - commonDialog icon and text are misaligned. r=gavin, a=gavin 2011-01-12 15:51:33 -08:00
Margaret Leibovic
761b553a52 Bug 622495 - New contentmodal alerts no longer accessible to screen readers. r=gavin, a=blocking-final 2011-01-12 15:49:21 -08:00
Benjamin Smedberg
3b0ee8bb51 Bug 624835 - Exception handler ignores ::DebugBreak exceptions when it really shouldn't, r=ted a=blocker
--HG--
extra : rebase_source : 619ac4f326a67d114900691f6e61ca4a00a6f73d
2011-01-11 17:01:22 -05:00
Benjamin Smedberg
5ba9b82e15 Tests for bug 624835. NS_RUNTIMEABORT doesn't trigger the crash reporter on Windows.
--HG--
extra : rebase_source : dd84f82c92cbf6cd5ec8aae940371858ca4a0433
2011-01-12 09:20:06 -05:00
Justin Dolske
8fc8131838 Merge backout. a=bustage 2011-01-12 12:16:42 -08:00
Justin Dolske
04a3d250b0 Backed out changeset 6bbe54cb876e (bug 558321) on suspicion of causing permaorange (bug 624962) a=bustage 2011-01-12 12:16:12 -08:00
Blair McBride
fa2c4b06af Bug 558321 - Tab Matches are not honoured in Private Browsing mode. r=mak77, a=blocking-betaN 2011-01-12 14:05:55 +13:00
Drew Willcoxon
54ea211cf3 Bug 615152 - WindowDraggingElement should not assume that event targets are in the same window as its element. r=enndeakin, a=mossop 2011-01-11 15:02:55 -08:00
Dave Townsend
8c3a3fcc5c Bug 596174: Fix test failures in browser_bug586574.js. r=Unfocused, a=tests
try: -b do -p linux,linux64,macosx,macosx64,win32 -u xpcshell,mochitest-o -t none
2011-01-11 15:42:08 -08:00
Mihai Sucan
f43f36e372 Bug 613642 - Web Console is hard to use with polling XMLHttpRequests; f=pwalton r=dolske a=blocking2.0 2011-01-12 11:56:02 -04:00
Dão Gottwald
bef90c5b46 Bug 624712 - Remove stray disablechrome attribute. r+a=Mossop 2011-01-12 09:53:31 +01:00
Frank Yan
5f4fd2b363 Bug 485696 - Video progress slider jitters on indefinite length streams. r=dolske a=blocking2.0final+
--HG--
extra : rebase_source : a2549d0ef1a853e71ef2f9765026dd9150736d41
2011-01-11 19:32:17 -08:00
Blair McBride
c02b8890ab Bug 618760 - Multiple add-on entries in list view when downloading an update. r=dtownsend, a=blocking-final 2011-01-12 14:05:55 +13:00
Blair McBride
e8a077fb8f Bug 616633 - Context menu contains 'Disable' item for already disabled extensions and plugins. r=dtownsend, a=blocking-final 2011-01-12 14:05:55 +13:00
Blair McBride
dd948e9d45 Bug 616434 - Should be separating lines between the rows in the table of the details view. r=dtownsend, a=blocking-final 2011-01-12 14:05:55 +13:00
Blair McBride
cde03ea652 Bug 624175 - Messed display when long descriptions in Detail View. r=dtownsend, a=blocking-final 2011-01-12 14:05:55 +13:00
Blair McBride
6754ee4523 Bug 581361 - Pause and Cancel button of download progress widget not functional. r=dtownsend, a=blocking-final 2011-01-12 14:05:55 +13:00
Blair McBride
e4dfbbdfa9 Bug 623739 - CPU usage spikes because of animated hidden images. r=dtownsend, a=blocking-final 2011-01-12 14:05:55 +13:00
Dave Townsend
3a6e36dcb0 Bug 569342: Find bar should not be enabled in about:addons. r=gavin, a=blocks-final 2011-01-11 13:33:51 -08:00
Mihai Sucan
a3a13aedd3 Bug 599725 - web console reports data which the server did not send (304 Not Modified); f=rcampbell,pwalton r=dolske a=final+hardblocker 2011-01-11 14:34:39 -06:00
Mehdi Mulani
9ab02b028a Bug 611459 - Search should default to searching for available add-ons. r=dtownsend a=blocking-final 2011-01-07 14:21:38 -08:00
Mehdi Mulani
d588b9bd7f Bug 621843 - Fix View By Date and Site sorting. r=mak a=blocking-final 2011-01-10 10:11:31 -08:00
Dave Townsend
3f9a82e5f9 Backout of changeset e30ee0ae39b6 from bug 610661 due to test failures. a=bustage 2011-01-11 10:49:02 -08:00
Dave Townsend
cb95a3760b Bustage fix for bad merge of bug 619607. a=bustage 2011-01-11 10:43:07 -08:00
Geoff Lankow
42e0065250 Bug 562854: Double-click goes through buttons in the new add-ons manager. r+a=dtownsend 2011-01-11 09:49:50 -08:00
Dave Townsend
9fba826d0e Bug 616620: Hide the disable button for add-ons that are waiting to install. r=robstrong, a=blocks-betaN 2011-01-11 09:44:25 -08:00
Dave Townsend
12435f9246 Bug 621475: Upgrading Firefox while using third-party theme gives partially themed UI on first run after upgrade. r=robstrong, a=blocks-final 2011-01-11 09:43:43 -08:00
Paolo Amadini
1066e91218 Bug 610661: Pass Addon object to custom about dialogs. r+a=dtownsend
--HG--
rename : toolkit/mozapps/extensions/test/browser/addon_prefs.xul => toolkit/mozapps/extensions/test/browser/addon_about.xul
2011-01-11 09:47:53 -08:00
Dave Townsend
ff24f46b45 Bug 611242: InstallTrigger should not use a prototype shared across all windows. r=robstrong, a=blocks-betaN 2011-01-11 09:42:50 -08:00
Dave Townsend
cb7775294c Bug 619607: Recover gracefully from a broken extensions.bootstrappedAddons. r=robstrong, a=blocks-final 2011-01-11 09:53:28 -08:00
Blair McBride
bef69aac9c Bug 593535 - Failure to download extension causes about:addons to list the addon with no way to restart the download; frontend; f=dtownsend r=dtownsend,robert.bugzilla a=blocking2.0 2011-01-10 15:58:10 +13:00
Dave Townsend
8a73fd60c1 Bug 593535 - Failure to download extension causes about:addons to list the addon with no way to restart the download; fix broken hasResource, getResource; f=dtownsend r=dtownsend,robert.bugzilla a=blocking2.0 2011-01-11 10:55:57 -04:00
Siddharth Agarwal
b29a29ec8e Bug 624191 - Missing <td> in the graphics section of about:support. r+a=gavin
--HG--
extra : rebase_source : 712cd6fab69ea6a00be049adaeb48678bc6bfc4b
2011-01-11 16:28:10 +05:30
Jacek Caban
7e752d59e9 Last Comment Bug 614625 - Landing bug 611930 broke crosscompilation to windows on case sensitive systems r=khuey a=benjamin 2011-01-11 10:19:20 +00:00
Brad Lassey
aa6707500b bug 623912 - Blank white screen for 10+ seconds on first-run library extraction r=mbrubeck,dougt a=blocking-fennec 2011-01-11 00:48:35 -05:00
Neil Deakin
f47c647209 Bug 580710 - Drag&Drop onto sidebar loads page into sidebar, r=neil, a=b 2010-08-11 07:37:00 -07:00
Timothy Nikkel
1e188a8d19 backed out f7a6e3530d99 (bug 620974) for xpcshell failure a=backout 2010-12-24 16:17:22 -06:00
Ted Mielczarek
6a08b14d55 bug 620974 - Add memory mapping info to Windows minidumps. r=timeless, a=gavin.sharp
--HG--
extra : rebase_source : f52d894e18fab175032256de9fb943caf327d7bc
2010-12-23 14:18:31 -05:00
Mihai Sucan
b409cdbd95 Bug 611789 - Web Console cleanup: Remove the window registry; f=rcampbell r=sdwilsh a=blocking2.0 2010-12-23 13:07:03 -04:00
Patrick Walton
cb40fc1d90 Bug 605621 - Web Console output box should be reskinned - part 1; f=mihai.sucan r=sdwilsh a=blocking2.0
--HG--
rename : toolkit/components/console/hudservice/tests/browser/browser_webconsole_bug_586142_insert_newlines.js => toolkit/components/console/hudservice/tests/browser/browser_webconsole_copying_multiple_messages_inserts_newlines_in_between.js
2010-12-23 11:59:19 -04:00
Michael Wu
4683c2054a Bug 594017 - Support localization of strings in embedding/android code, r=ted a=blocking-fennec 2010-12-22 13:14:50 -08:00
timeless@mozdev.org
728be11de3 Bug 620305 - Crash [@ nsNavHistory::GetStringFromName] when GetBundle() fails.
r=mak a=sdwilsh
2010-12-22 19:26:15 +01:00
Ted Mielczarek
23f5f6628b bug 493779 - Report some memory information with Windows crash reports. r+a=bsmedberg 2010-12-15 11:35:44 -05:00
Robert Strong
d1237319b6 Bug 369411 - improve CRC error value in the update.log. r=dolske, a=approval2.0 2010-12-21 21:46:32 -08:00
Dave Townsend
cb55764ec0 Bug 601143: Add loading and error states to the get add-ons view. r=Unfocused, a=blocks-betaN
try: -b do -p linux,linux64,macosx,macosx64,win32 -u xpcshell,mochitest-o -t none
2010-12-21 10:06:40 -08:00
Ginn Chen
42fe2495ae Bug 620342 test_annos_expire_policy.js uses uninitialized variable r=mano a=testing only 2010-12-22 10:40:36 +08:00
Brad Lassey
b5c424b242 bug 620811 - Crash on restarting fennec r=mwu a=stuart 2010-12-21 20:56:07 -05:00
Robert Strong
276f333eef Bug 617512 - Additional tests for deprecated update xml format. r=dtownsend, a=tests 2010-12-21 16:32:35 -08:00
Robert Strong
3443d45ac9 Bug 619866 - Shift key for safe mode conflicts with Windows shortcut keys. r=dtownsend, a=approval2.0 2010-12-21 16:32:14 -08:00
Ms2ger
b53eee1876 Bug 620375 - Wrongly ordered members in History::History() constructor; r+a=sdwilsh 2010-12-21 15:03:01 -08:00
Ms2ger
1af962fee7 Bug 620367 - Fix unused variable warning in InsertVisitedURI::AddVisit; r+a=sdwilsh 2010-12-21 15:03:01 -08:00
Michael Wu
ff23778648 bug 620584 - add ANDROID_PACKAGE_NAME rather than hard code org.mozilla.@MOZ_APP_NAME@ r=ted,blassy a=stuart 2010-12-21 15:02:14 -05:00
Dave Townsend
2ad044539a Bug 612393: Upgraded extensions get lost when downgrading. r=robstrong, a=blocks-final 2010-12-21 11:09:20 -08:00
Mihai Sucan
aa24f5ac6b Bug 603750 - nsWebSocket connection failure messages do not show in the Web Console; r=bzbarsky approval2.0=jst 2010-12-21 13:05:34 -04:00
Dão Gottwald
8155896b58 Disabling arrow panel style on Linux because of bug 620658. a=bustage-fix
--HG--
extra : rebase_source : ef33ba2f39763c08ff604434eacc7494669dbc07
2010-12-21 15:16:59 +01:00
Dão Gottwald
a358d78405 Bug 590073 - Classic specific styling of arrow panels. r=neil a=b
--HG--
extra : rebase_source : 839d3bbda55d4fe2b06d99f9a06d6b4effad46e6
2010-12-21 00:02:09 +01:00
Dave Townsend
f668a713e1 Bustage fix for bug 619730. a=bustage 2010-12-20 15:01:39 -08:00
Dave Townsend
802c0ed089 Bug 619730: Support arbitrary blocklist items passed through the observer service. r=robstrong, a=dtownsend 2010-12-20 14:01:12 -08:00
Chris Pearce
6d009cc0b3 Merge with dholbert's push. a=me 2010-12-21 08:01:56 +13:00
Chris Pearce
a30c643c13 Bug 604885 commit backout merge. a=backout 2010-12-21 07:45:28 +13:00
Chris Pearce
f29a135cbc Bug 604885 - backout 8d54b45a181e a=backout 2010-12-21 07:45:02 +13:00
Ms2ger
3f1062ca23 Bug 620365 - Remove unused GetAgeInDays; r=mak a=sdwilsh 2010-12-20 10:39:42 -08:00
Mihai Sucan
6af7fd5fc9 Bug 603706 - Need a way to track the originating window for all nsIConsoleMessages; r=joe,bzbarsky, a=blocking2.0 2010-12-20 12:21:59 -04:00
Mihai Sucan
432a636035 Bug 606498 - Make sure the new nsIScriptError2 is used in all possible places- part 4; r=bzbarsky,dbaron,mrbkap sr=jst a=blocking2.0 2010-12-20 12:21:59 -04:00
Mike Hommey
ec365c3a1b Bug 618195 part 2 - Only build services-crypto component as part of platform. r=mconnor,a=mconnor
--HG--
rename : services/crypto/nsISyncJPAKE.idl => services/crypto/component/nsISyncJPAKE.idl
rename : services/crypto/nsSyncJPAKE.cpp => services/crypto/component/nsSyncJPAKE.cpp
rename : services/crypto/nsSyncJPAKE.h => services/crypto/component/nsSyncJPAKE.h
rename : services/crypto/tests/unit/test_jpake.js => services/crypto/component/tests/unit/test_jpake.js
2010-12-20 10:12:12 +01:00
Mike Hommey
adc5f0ae9b Bug 618195 part 1 - Build libxul part of services-crypto unconditionally. r=mconnor,a=mconnor 2010-12-20 10:12:10 +01:00
Phil Ringnalda
79b29477df Bug 619623 - reorder the parts of the error messages so tbpl can spot the filename, r=sdwilsh, a=test 2010-12-18 19:30:46 -08:00
Ehsan Akhgari
f2b63e0091 Bug 527935 - Part 2: Fix some unit tests to deal with the changes in the input event; r=dolske a=blocking-final+ 2010-12-17 14:47:09 -08:00
Mounir Lamouri
52252843d8 Bug 559309 - Add autocomplete tests for new input types. rs=sicking a=tests
--HG--
extra : rebase_source : 3d2f6ccd6155c8f6f0304d94e19fc071822998a7
2010-12-17 18:03:56 -08:00
Mounir Lamouri
bb1eaf03a1 Bug 598092 - Autocomplete should not remember form values if the submit is stopped due to HTML5 validation. r+a=sicking
--HG--
extra : rebase_source : a73d81bb3bd0f67b23b54db39f74611a88ef90b6
2010-12-16 12:13:02 -08:00
Chris Pearce
fa2f35dbdb Bug 604885 - Ensure video controls resize correctly when showing and hiding status overlay. r=dolske a=blocking2.0 2010-11-25 07:34:57 +13:00
Neil Deakin
e5d0c6c849 Bug 614152, don't set popupNode when opening notification popup, otherwise page context menu won't appear, r=dao, a=blocking 2010-11-24 13:31:25 -05:00
Ted Mielczarek
160dda684f bug 605832 - Remote AddLibraryMapping from the child process, and use the results for child process minidump generation. r=cjones a=blocking-fennec 2010-11-24 09:15:03 -05:00
Ted Mielczarek
510d0e68ed bug 605832 - small Breakpad fixes to allow writing minidumps from the CrashGenerationServer callback. r=cjones a=blocking-fennec 2010-11-24 09:15:02 -05:00
Mark Banner
45e775309d Bug 614550 - Ensure places is enabled for places related c++ tests; r=mak, a=test-only change 2010-11-24 15:13:47 +00:00
Markus Stange
bf9e89781c Bug 594002 - Make the tab bar scrollbox deal with tab scrolling properly when it has padding set on it. r=Enn, a=betaN 2010-11-24 10:50:20 +01:00
Dão Gottwald
48af5981bb Bug 613734 - Tab-modal prompts shouldn't inherit text shadow (e.g. when using a lightweight theme). r=enn a=benjamin 2010-11-24 09:35:39 +01:00
Ted Mielczarek
08157510ea bug 590961 - Allow generating minidumps from processes of differing CPU architecture. r=mento a=blocking-2.0 2010-12-16 17:56:27 -05:00
Marco Bonardo
0ff27c2b48 Bug 619672 - Perma-Orange on Thunderbird Linux | TEST-UNEXPECTED-FAIL | test_redirectsMode.js followed by head_queries.js | 5 == 3; r+a=sdwilsh 2010-12-16 22:14:57 +00:00
Vladimir Vukicevic
dd83d0dfa6 b=619485; add WebGL info to about:support; r=jrmuizel,a=beltzner 2010-12-16 12:49:54 -08:00
Margaret Leibovic
cee522be13 Bug 615318 - Add a "not now" choice to all doorhanger notification split buttons. r=gavin, a=blocking-beta9
--HG--
extra : rebase_source : 8b350d4d9c5ce5c8a5c6b75c3d0ad45fd5abc2ec
2010-12-16 09:53:24 -08:00
Patrick Walton
854e11fad1 Bug 618889 - Web Console doesn't animate away when you click the close button; f=mihai.sucan r=sdwilsh approval2.0=gavin.sharp 2010-12-14 10:52:37 -08:00
Mihai Sucan
d82da2ea64 Bug 598357 - use toSource() instead of toString() for some types of output in the Console; f=rcampbell r=gavin.sharp, a=blocking2.0 2010-12-14 10:51:16 -08:00
Mark Banner
4598a96cc3 Bug 619659 nsPlacesAutoComplete.js depends on nsIPrivateBrowsingService being implemented (Perma Orange for Non-FF apps) - cope with the private browsing service not being there. r=mak a=Unit test bustage fix for non-Firefox apps. 2010-12-16 14:38:58 +00:00
Mark Banner
24761a5aa0 Bustage fix follow-up to places landing, add missing include for non-IPC builds. a=bustage fix 2010-12-16 08:10:27 +00:00
Shawn Wilsher
08e6bfdd2e Merge Places and mozilla-central
a=bsmedberg
2010-12-15 19:24:51 -08:00
Dave Townsend
c2624c48a0 Backing out changeset 0c45b1fc2f7c from bug 601143 due to test failures on debug builds. a=backout 2010-12-15 16:55:48 -08:00
Marco Bonardo
a5f29ffa26 Bug 523578 - Disable test_redirectsMode.js on Windows until it will behave better on this platform.
a=orange
2010-12-15 16:49:10 -08:00
Shawn Wilsher
1f59f3890b Merge mozilla-central to Places 2010-12-14 15:56:41 -08:00
Nick Thomas
001a6af9da Bug 599475, re-enable crash reporter and punycode tests, r=ted.mielczarek, a=blocking-beta8 CLOSED TREE 2010-12-14 15:49:40 +13:00
Shawn Wilsher
ade39d2c6a Merge mozilla-central to Places. 2010-12-13 15:08:04 -08:00
Phil Ringnalda
a60ab10ee6 Bug 618759 - Stop putting bloaturls.txt and bloatcycle.html in dist/bin/res/ where nothing wants them, r+a=ted
--HG--
extra : rebase_source : 1d8006b267c4916e22aa07ab04b2caa691512f16
2010-12-12 23:17:52 -08:00
Marco Bonardo
8affb140a1 Backout bug 615991, since it did not bring the expected results.
a=sdwilsh-over-irc
2010-12-09 21:15:37 +01:00
Marco Bonardo
6ab1f9ae8f Bug 607894 - Tab matches always appear before normal history results.
r=sdwilsh a=blocking
2010-12-09 12:17:17 +01:00
Shawn Wilsher
5f893d748b Merge mozilla-central into Places. 2010-12-07 15:06:32 -08:00
Patrick Walton
cdca331ab3 Bug 611851 - Restyle the Web Console splitter. r=dao, a=gavin 2010-12-07 12:45:31 -08:00
Margaret Leibovic
757f16332d Bug 612181 - Clicking edge of popup notification button main action button opens the dropdown instead. r=dao, a=clegnitto 2010-12-07 12:45:31 -08:00
Robert Strong
077a44e8d2 Bug 616775 - Use OpenNSPRFileDesc instead of OpenANSIFileDesc in nsUpdateDriver.cpp. r=dtownsend, a=approval2.0 2010-12-07 12:06:22 -08:00
Robert Strong
17dc66ec01 Bug 616765 - Useless Exists check in nsUpdateDriver.cpp. r=dtownsend, a=approval2.0 2010-12-07 12:06:05 -08:00
Robert Strong
53f5372593 Bug 616924 - App update test cleanup. r=dtownsend, a=tests 2010-12-07 12:05:49 -08:00
Shawn Wilsher
7431929447 Bug 617111 - Avoid initializing NSS at all costs (ts regression)
r=dietrich
2010-12-07 09:27:40 -08:00
Benjamin Smedberg
fc65836802 Bug 614015 - Add <browser>.messageManager property for both in-process and out-of-process tabs, r=gavin
--HG--
extra : rebase_source : f0419a400dc714bc52481959fc4712fdc50b5e88
2010-12-07 09:34:34 -05:00
Dão Gottwald
a205009db7 Bug 615515 - Set the whole item as the dragged element. r=enn 2010-12-07 12:59:15 +01:00
Shawn Wilsher
2ed7d826a8 Merge mozilla-central into Places 2010-12-06 09:48:54 -08:00
Wolfgang Rosenauer
e01eb85f17 Bug 617000 - webconsole doesn't load for firefox-on-xulrunner setups. r+a20=gavin 2010-12-06 16:15:50 +01:00
Neil Deakin
27be61f020 Bug 606343, part 4, fix arrow position in rtl, r=dao, a=blocking 2010-12-05 17:10:45 -05:00
Neil Deakin
b722cf2bf2 Bug 606343, part 2, centre arrow on anchor in notification panel, r=dao, a=blocking 2010-12-05 17:10:36 -05:00
Neil Deakin
bfc477c78a Bug 606343, part 1, add centering position types for panels, r=neil, a=blocking 2010-12-05 17:09:36 -05:00
Marco Bonardo
39d0d3fa2d Bug 616368 - Force a checkpoint after schema creation or upgrade.
r=sdwilsh a=sdwilsh
2010-12-03 12:58:23 +01:00
Marco Bonardo
b7f4347e9b Bug 616309 (Part 2) - Use normal synchronous mode with a small WAL. Temp tables revenge!
r=sdwilsh a=blocking
2010-12-03 02:37:53 +01:00
Marco Bonardo
c6df75a4de Bug 616309 (Part 1) - Use normal synchronous mode with a small WAL. Temp tables revenge!
r=sdwilsh a=blocking
2010-12-03 02:31:58 +01:00
Shawn Wilsher
a0dce301cc Bug 616295 - Persistent failure of test_history_redirects.js
r=mak
2010-12-02 15:30:17 -08:00
Shawn Wilsher
c6f285d43f Bug 607117 - create GUIDs for all bookmark and history items automatically
Part 3 - Add a test for migration from a v10 database that was formally a v11
database back to a v11 database.
r=mak
2010-12-02 14:10:09 -08:00
Shawn Wilsher
82cd6792ff Bug 607117 - create GUIDs for all bookmark and history items automatically
Part 2 - Make entries in moz_places generate guids automagically
r=mak
2010-12-02 14:09:52 -08:00
Shawn Wilsher
5c76a520fb Bug 607117 - create GUIDs for all bookmark and history items automatically
Part 1 - Make bookmarks generate guids automagically
r=mak
2010-12-02 14:03:07 -08:00
Shawn Wilsher
e42ef01e75 Bug 607112 - make GUID a column in moz_places and moz_bookmarks
Part 4 - Import guids for moz_places from annotations.
r=mak
2010-12-02 09:44:08 -08:00
Shawn Wilsher
d161f47b13 Bug 607112 - make GUID a column in moz_places and moz_bookmarks
Part 3 - create a guid column on moz_places and add guids
r=mak
2010-12-02 09:43:50 -08:00
Shawn Wilsher
43de9ba84f Bug 607112 - make GUID a column in moz_places and moz_bookmarks
Part 2 - Import guids from the annotation table for bookmarks, and then delete
the entries in the annotation table.
r=mak
2010-12-02 09:40:49 -08:00
Shawn Wilsher
8936bf598a Bug 607112 - make GUID a column in moz_places and moz_bookmarks
Part 1 - actually add the guid column, and update bookmarks at startup
r=mak
2010-12-02 09:40:18 -08:00
Shawn Wilsher
1a57bc2dca Merge mozilla-central to Places. 2010-12-02 09:05:33 -08:00
Marco Bonardo
b598b58bc0 Bug 615991 - GetNewSessionId can lock the first visit addition if some async write runs before it.
r=sdwilsh a=blocking
2010-12-02 00:14:24 +01:00
Robert Strong
2b802fcbb2 Bug 617513 - Duplicate declaration of doc in updates.xml. r=dtownsend, a=approval2.0 2010-12-15 14:37:24 -08:00
Dave Townsend
fe00f11026 Bug 601143: Add loading and error states to the get add-ons view. r=Unfocused, a=blocks-betaN 2010-12-15 14:24:28 -08:00
Justin Dolske
887077198c Bug 613714 - Switch tab modal prompts from blur to slight dim. r=dao, a=blocking
--HG--
rename : toolkit/themes/pinstripe/mozapps/extensions/background-texture.png => toolkit/themes/pinstripe/global/icons/tabprompts-bgtexture.png
rename : toolkit/themes/winstripe/mozapps/extensions/background-texture.png => toolkit/themes/winstripe/global/icons/tabprompts-bgtexture.png
2010-11-30 19:02:00 -08:00
Rob Campbell
8c2c08f308 Bug 612300 - Web Console opening and closing transition is too slow; f=pwalton r+a=gavin.sharp 2010-12-02 06:50:29 -04:00